This commit is contained in:
Noel Jacob
2024-07-12 23:36:01 +00:00
parent 804d709a5d
commit 6fde92ca3e
2 changed files with 7 additions and 7 deletions

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.18
pkgver=1.1.19
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=('9ff1dc15248db679b311ae2706ece7f0bb89fc8437fd05254eddce3b94ff0024'
sha256sums_x86_64=('ed7da85fe61c00402d9aec1ce42011ae85af8968d8f57d9ad87300c1cf1a560b'
'9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b'
)
sha256sums_aarch64=('2486a9ad9937e985bea147ba0cb59b6b43882baf4bba156cabc7239d0f68ef60'
sha256sums_aarch64=('950be5ca204b60cbda427a9e6b573daae62a418482b58dc3a38c3aa66048a36e'
'9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b'
)
_baseline=''
_baseline_sha256sums='e114deeca7f77e12d5cacb4448fd29392d049f04653e88c2de42bfd1e04c1e01'
_baseline_sha256sums='9cca519ed848174f4a166debb968081bdcc7ddfee71811eddd5538ec8e2a60d4'
if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]]; then
_baseline='-baseline'
sha256sums_x86_64=${_baseline_sha256sums}