This commit is contained in:
Noel Jacob
2024-04-28 10:12:55 +00:00
parent f1c79143a1
commit 70c2b05475
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.5
pkgver=1.1.6
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=('e22bfa85a77b29a1292349e0d599d9142a9e54cf91dce11fd0a3c0b6c73a2bad'
sha256sums_x86_64=('2338ee20f5e58edf044ad7117468f9e52588a6a25d190795655012e6ef6c5be6'
'9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b'
)
sha256sums_aarch64=('2a8a3177454e3b3e62e0ed9ef8129b1b8d42887dafa8e316808560b14f033e6b'
sha256sums_aarch64=('a8a5ad6b36cf7cf8c3c4b0a1674155c95daa4213d41f0178c291eb15d0919588'
'9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b'
)
_baseline=''
_baseline_sha256sums='193568c64ef07214e226a091264b292c9197c0a0fddbe6584fb50158c84e3644'
_baseline_sha256sums='18bd19573b50f976d2fd31137541c6c1e9bb1512b6aaea684f255feed153481c'
if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]]; then
_baseline='-baseline'
sha256sums_x86_64=${_baseline_sha256sums}