1.0.22
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.21
|
||||
pkgver = 1.0.22
|
||||
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 = 32b211efb204e0e752548794fb1a773cfb8cfd316f77b9c3f58c97f9e7cb9d4d
|
||||
sha256sums_x86_64 = f930a9222235b3ce13c4eabee583df1132aa80f5318247590de33928dca865f6
|
||||
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 = b50d9285c3a587466ab30ea11d7c6ae4cd16e7ad85a77bba55f5bab9182c0884
|
||||
sha256sums_aarch64 = 7513809cfe9c4d7e2eb5e0dd2174c583f87e0d7e886a7470d84b9080e7afe717
|
||||
|
||||
pkgname = bun-bin
|
||||
|
||||
8
PKGBUILD
8
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.21
|
||||
pkgver=1.0.22
|
||||
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=('32b211efb204e0e752548794fb1a773cfb8cfd316f77b9c3f58c97f9e7cb9d4d')
|
||||
sha256sums_aarch64=('b50d9285c3a587466ab30ea11d7c6ae4cd16e7ad85a77bba55f5bab9182c0884')
|
||||
sha256sums_x86_64=('f930a9222235b3ce13c4eabee583df1132aa80f5318247590de33928dca865f6')
|
||||
sha256sums_aarch64=('7513809cfe9c4d7e2eb5e0dd2174c583f87e0d7e886a7470d84b9080e7afe717')
|
||||
_baseline=''
|
||||
_baseline_sha256sums='7804ceca0fc8538cd416a712789c402fe21bbf0aa1cc298b31e815a8eb3e1325'
|
||||
_baseline_sha256sums='8316a8eb37c5cc46688540d9e7178e2a5d29d7e8021cf88f835b6ce2b10169cd'
|
||||
if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]];then
|
||||
_baseline='-baseline'
|
||||
sha256sums_x86_64=($_baseline_sha256sums)
|
||||
|
||||
Reference in New Issue
Block a user