1.0.27
This commit is contained in:
6
.SRCINFO
6
.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.26
|
||||
pkgver = 1.0.27
|
||||
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.26.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.26/bun-linux-x64.zip
|
||||
source_x86_64 = LICENSE
|
||||
sha256sums_x86_64 = 99655ef01146497289627af641765a8755d87e2af9ccde7edb04381df81d3b21
|
||||
sha256sums_x86_64 = b78f0aea5b9e25a35c28f02e6a1cf3d9356899686febb4a562a7a8ec4068aad3
|
||||
sha256sums_x86_64 = 002c2696d92b5c8cf956c11072baa58eaf9f6ade995c031ea635c6a1ee342ad1
|
||||
source_aarch64 = bun-aarch64-1.0.26.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.26/bun-linux-aarch64.zip
|
||||
source_aarch64 = LICENSE
|
||||
sha256sums_aarch64 = 1fe8666d97512a3963b24c0d89c2de160ba8e524d9f1f23193b147bce7a7b917
|
||||
sha256sums_aarch64 = 20404267b0eb5b316cd99f7bb91b90d4cb1ac46a84cfdffe0734c0fd06f8ae72
|
||||
sha256sums_aarch64 = 002c2696d92b5c8cf956c11072baa58eaf9f6ade995c031ea635c6a1ee342ad1
|
||||
|
||||
pkgname = bun-bin
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -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.0.26
|
||||
pkgver=1.0.27
|
||||
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')
|
||||
@@ -20,7 +20,7 @@ sha256sums_aarch64=(
|
||||
'002c2696d92b5c8cf956c11072baa58eaf9f6ade995c031ea635c6a1ee342ad1'
|
||||
)
|
||||
_baseline=''
|
||||
_baseline_sha256sums='fd53f49801b6ae09377578014cad79380ea53a73ed460cd741b7e0dd03dbac9b'
|
||||
_baseline_sha256sums='7d918537a6e097ca226be7834e0c2b42021c21c4f098cdbcd4d159f9665e9536'
|
||||
if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]];then
|
||||
_baseline='-baseline'
|
||||
sha256sums_x86_64=($_baseline_sha256sums)
|
||||
|
||||
Reference in New Issue
Block a user