From ba809bf36af0c46af4c42bf41c21eb6024de01f7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 1 Jun 2023 19:24:05 -0400 Subject: [PATCH] Update to 0.6.6 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ff48568..477de08 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = bun-bin pkgdesc = Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one. - pkgver = 0.6.5 + pkgver = 0.6.6 pkgrel = 1 url = https://github.com/oven-sh/bun arch = x86_64 license = MIT - provides = bun=0.6.5 + provides = bun=0.6.6 provides = bun - source = bun-linux-x64-0.6.5.zip::https://github.com/oven-sh/bun/releases/download/bun-v0.6.5/bun-linux-x64.zip - sha512sums = 60c5a7e812243ea8e250d429b7a29e26ba190402d857ecd7026285217cf1095a15b6583351f62e0814c9a332b7541b65f0f0b19ae7ba282dc45bf9ac5e327817 + source = bun-linux-x64-0.6.6.zip::https://github.com/oven-sh/bun/releases/download/bun-v0.6.6/bun-linux-x64.zip + sha512sums = ae6ae2bd9cb4ce29b1701f032dc42d8fac7293d8336d4e2cee1716bec26a8fd31e278e2befdb204271deeef977953209957bd70d46b03ea3410791cd51a56cfc pkgname = bun-bin diff --git a/PKGBUILD b/PKGBUILD index c97baef..c276205 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=bun-bin -pkgver=0.6.5 +pkgver=0.6.6 pkgrel=1 pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one." arch=('x86_64') @@ -7,7 +7,7 @@ url="https://github.com/oven-sh/bun" license=('MIT') provides=("bun=$pkgver" 'bun') source=("bun-linux-x64-${pkgver}.zip::https://github.com/oven-sh/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip") -sha512sums=('60c5a7e812243ea8e250d429b7a29e26ba190402d857ecd7026285217cf1095a15b6583351f62e0814c9a332b7541b65f0f0b19ae7ba282dc45bf9ac5e327817') +sha512sums=('ae6ae2bd9cb4ce29b1701f032dc42d8fac7293d8336d4e2cee1716bec26a8fd31e278e2befdb204271deeef977953209957bd70d46b03ea3410791cd51a56cfc') package() { install -Dm755 "./bun-linux-x64/bun" "${pkgdir}/usr/bin/bun"