diff --git a/.SRCINFO b/.SRCINFO index ca3a0fa..42b3d28 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = bun-bin pkgdesc = All-in-one JavaScript runtime built for speed, with bundler, transpiler, test runner, and package manager. Includes bunx, shell completions and support for baseline CPUs - pkgver = 1.0.16 + pkgver = 1.0.17 pkgrel = 1 url = https://github.com/oven-sh/bun arch = x86_64 @@ -9,8 +9,8 @@ pkgbase = bun-bin provides = bun conflicts = bun source_x86_64 = bun-x64-1.0.6.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.6/bun-linux-x64.zip - sha256sums_x86_64 = d9ffe7fda2893b62e7096a21612437cee92e5d9f9c285cde9be98a798427a137 + sha256sums_x86_64 = 26fcce0bfd89c40ecaec9d3eda5f81ab41554abb7b96564d13fc24339f273176 source_aarch64 = bun-aarch64-1.0.6.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.6/bun-linux-aarch64.zip - sha256sums_aarch64 = 052536893a3e00670e74f4a05b809161c0d2e0a800be93a649913b24312d574d + sha256sums_aarch64 = 96c7046648b8b0c1c501e649c014e4b1d0545ce999e8412ed5816879d06be5bb pkgname = bun-bin diff --git a/PKGBUILD b/PKGBUILD index 091059b..3152af6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: 37h4n (aarch64 support added by Ethan Reece ) # Contributor: sh!zeeg (shizeeque@gmail.com) support for non-avx2 CPUs, shell completions. pkgname=bun-bin -pkgver=1.0.16 +pkgver=1.0.17 pkgrel=1 pkgdesc="All-in-one JavaScript runtime built for speed, with bundler, transpiler, test runner, and package manager. Includes bunx, shell completions and support for baseline CPUs" arch=('x86_64' 'aarch64') @@ -11,10 +11,10 @@ url="https://github.com/oven-sh/bun" license=('MIT') provides=('bun') conflicts=('bun') -sha256sums_x86_64=('d9ffe7fda2893b62e7096a21612437cee92e5d9f9c285cde9be98a798427a137') -sha256sums_aarch64=('052536893a3e00670e74f4a05b809161c0d2e0a800be93a649913b24312d574d') +sha256sums_x86_64=('26fcce0bfd89c40ecaec9d3eda5f81ab41554abb7b96564d13fc24339f273176') +sha256sums_aarch64=('96c7046648b8b0c1c501e649c014e4b1d0545ce999e8412ed5816879d06be5bb') _baseline='' -_baseline_sha256sums='10b13d819486b98e184d3c038e57bab621785f6e636097202f6ff001897bc8cc' +_baseline_sha256sums='5870093b872fa775375cfd338b7e9b8498591ed0ae77f12f3e14c44394d339d2' if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]];then _baseline='-baseline' sha256sums_x86_64=($_baseline_sha256sums)