From 05d8c42ec220300ea7d4686fc4a9f160ef0e0c93 Mon Sep 17 00:00:00 2001 From: Noel Jacob Date: Sat, 13 Jul 2024 06:17:59 +0000 Subject: [PATCH] 1.1.20 --- .SRCINFO | 6 +++--- PKGBUILD | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5716e04..a2caad3 100644 --- a/.SRCINFO +++ b/.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.1.19 + pkgver = 1.1.20 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.36.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.36/bun-linux-x64.zip source_x86_64 = LICENSE - sha256sums_x86_64 = ed7da85fe61c00402d9aec1ce42011ae85af8968d8f57d9ad87300c1cf1a560b + sha256sums_x86_64 = 6cb70ad0349a2cecc94ab2113cd1d07a5779aae77c71cab1cf20c881ac0c0775 sha256sums_x86_64 = 9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b source_aarch64 = bun-aarch64-1.0.36.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.36/bun-linux-aarch64.zip source_aarch64 = LICENSE - sha256sums_aarch64 = 950be5ca204b60cbda427a9e6b573daae62a418482b58dc3a38c3aa66048a36e + sha256sums_aarch64 = bea2ff1f9b747a5813f5f4a4d0ea7b4ddebd78ff563d8d97568d5af2cada4f03 sha256sums_aarch64 = 9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b pkgname = bun-bin diff --git a/PKGBUILD b/PKGBUILD index abb6202..11491e8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: 37h4n (aarch64 support added by Ethan Reece ) # Contributor: sh!zeeg (shizeeque@gmail.com) support for non-avx2 CPUs, shell completions. pkgname=bun-bin -pkgver=1.1.19 +pkgver=1.1.20 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=('ed7da85fe61c00402d9aec1ce42011ae85af8968d8f57d9ad87300c1cf1a560b' +sha256sums_x86_64=('6cb70ad0349a2cecc94ab2113cd1d07a5779aae77c71cab1cf20c881ac0c0775' '9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b' ) -sha256sums_aarch64=('950be5ca204b60cbda427a9e6b573daae62a418482b58dc3a38c3aa66048a36e' +sha256sums_aarch64=('bea2ff1f9b747a5813f5f4a4d0ea7b4ddebd78ff563d8d97568d5af2cada4f03' '9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b' ) _baseline='' -_baseline_sha256sums='9cca519ed848174f4a166debb968081bdcc7ddfee71811eddd5538ec8e2a60d4' +_baseline_sha256sums='28a3f318c4ec1fb98aa3a5520e8ed40928699b98efbc44783025cedf46a5d4bf' if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]]; then _baseline='-baseline' sha256sums_x86_64=${_baseline_sha256sums}