This commit is contained in:
Noel Jacob
2024-04-06 01:36:44 +00:00
parent 3d52e96165
commit cba6d6f287
2 changed files with 7 additions and 7 deletions

View File

@@ -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.1.1
pkgver = 1.1.2
pkgrel = 1
url = https://github.com/oven-sh/bun
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = bun-bin
conflicts = bun
source_x86_64 = bun-x64-1.0.36.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.36/bun-linux-x64.zip
source_x86_64 = LICENSE
sha256sums_x86_64 = cf3b876446a9c21ea2cbce39c04b3f1042ed60740fb7e2b92981bbea439228a8
sha256sums_x86_64 = a928305c90fe4f7961d468ddfb4b5704491cd9581981b95d148dd690cef67a3f
sha256sums_x86_64 = 9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b
source_aarch64 = bun-aarch64-1.0.36.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.36/bun-linux-aarch64.zip
source_aarch64 = LICENSE
sha256sums_aarch64 = 8d41eeaf0bd1030e43ea92680e6e62f7a3384eb21a551bdf46d5c04c94436b95
sha256sums_aarch64 = 0da3d391cba1f1b12afd807d4aa50cb25655fe7f679408425a833317969eaa33
sha256sums_aarch64 = 9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b
pkgname = bun-bin

View File

@@ -3,7 +3,7 @@
# Contributor: 37h4n (aarch64 support added by Ethan Reece <aur at ethanreece dot com>)
# Contributor: sh!zeeg (shizeeque@gmail.com) support for non-avx2 CPUs, shell completions.
pkgname=bun-bin
pkgver=1.1.1
pkgver=1.1.2
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,14 +11,14 @@ url="https://github.com/oven-sh/bun"
license=('MIT')
provides=('bun')
conflicts=('bun')
sha256sums_x86_64=('cf3b876446a9c21ea2cbce39c04b3f1042ed60740fb7e2b92981bbea439228a8'
sha256sums_x86_64=('a928305c90fe4f7961d468ddfb4b5704491cd9581981b95d148dd690cef67a3f'
'9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b'
)
sha256sums_aarch64=('8d41eeaf0bd1030e43ea92680e6e62f7a3384eb21a551bdf46d5c04c94436b95'
sha256sums_aarch64=('0da3d391cba1f1b12afd807d4aa50cb25655fe7f679408425a833317969eaa33'
'9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b'
)
_baseline=''
_baseline_sha256sums='7378f25803a41b396004f9ce41c183fe93821a4e961d5388e00e1db261b6e41b'
_baseline_sha256sums='27dd53780661e9a6ba84705d9f773eaf8ee00b73af7446122ef7e7ac00c38ae1'
if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]]; then
_baseline='-baseline'
sha256sums_x86_64=${_baseline_sha256sums}