1.0.14
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = bun-bin
|
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
|
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.13
|
pkgver = 1.0.14
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/oven-sh/bun
|
url = https://github.com/oven-sh/bun
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -9,8 +9,8 @@ pkgbase = bun-bin
|
|||||||
provides = bun
|
provides = bun
|
||||||
conflicts = 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
|
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 = ace59706f6097e18beddf4afe990d4e6d679d4d7f2e2704845a14e8a64471d3b
|
sha256sums_x86_64 = f22c4700dd95a5e11d8b1a2af00c382b01be07b6f0e6edf95d54f94c56737911
|
||||||
source_aarch64 = bun-aarch64-1.0.6.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.6/bun-linux-aarch64.zip
|
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 = 75a763e582a958ec56ce7ef3faf7b79da1e67d5b17e1f02d34046bb97c98fe93
|
sha256sums_aarch64 = 0c4b18b27eb3b94545b7a2deae43086fc6c83ef08be9b5b6aad5f77e0e902efc
|
||||||
|
|
||||||
pkgname = bun-bin
|
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: 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.
|
# Contributor: sh!zeeg (shizeeque@gmail.com) support for non-avx2 CPUs, shell completions.
|
||||||
pkgname=bun-bin
|
pkgname=bun-bin
|
||||||
pkgver=1.0.13
|
pkgver=1.0.14
|
||||||
pkgrel=1
|
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"
|
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')
|
arch=('x86_64' 'aarch64')
|
||||||
@@ -11,10 +11,10 @@ url="https://github.com/oven-sh/bun"
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=('bun')
|
provides=('bun')
|
||||||
conflicts=('bun')
|
conflicts=('bun')
|
||||||
sha256sums_x86_64=('ace59706f6097e18beddf4afe990d4e6d679d4d7f2e2704845a14e8a64471d3b')
|
sha256sums_x86_64=('f22c4700dd95a5e11d8b1a2af00c382b01be07b6f0e6edf95d54f94c56737911')
|
||||||
sha256sums_aarch64=('75a763e582a958ec56ce7ef3faf7b79da1e67d5b17e1f02d34046bb97c98fe93')
|
sha256sums_aarch64=('0c4b18b27eb3b94545b7a2deae43086fc6c83ef08be9b5b6aad5f77e0e902efc')
|
||||||
_baseline=''
|
_baseline=''
|
||||||
_baseline_sha256sums='d14999e0ce20ad1fd92a7c3bfc4b2e365f07c552c85c837e6bc4697a0424f54d'
|
_baseline_sha256sums='eef498758ce15dd9b0facf8730f18e8d5a202209ecc2ed6359d0f7b90b0f7a6f'
|
||||||
if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]];then
|
if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]];then
|
||||||
_baseline='-baseline'
|
_baseline='-baseline'
|
||||||
sha256sums_x86_64=($_baseline_sha256sums)
|
sha256sums_x86_64=($_baseline_sha256sums)
|
||||||
|
|||||||
Reference in New Issue
Block a user