summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Jacob2024-07-03 23:46:39 +0000
committerNoel Jacob2024-07-03 23:46:39 +0000
commit804d709a5ddfa8c0d66e720e413947972c1aaa75 (patch)
tree651f8552ca415c8869373f88cce85635c5e2e569
parentfd1292c3ec65e4e233704ffcb7b3ff1957fea6b1 (diff)
downloadaur-bun-bin.tar.gz
1.1.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc3e53942600..9fe6817720b6 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.17
+ pkgver = 1.1.18
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 = a51820bbf9741e00a4ef7917ed6e37a8a155135dffee93f83fd6d38aac8ad989
+ sha256sums_x86_64 = 9ff1dc15248db679b311ae2706ece7f0bb89fc8437fd05254eddce3b94ff0024
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 = 7b2b58e392dc81e23d9bd6a61ddf217c4ecbcfb113ee9d7d877ec18b8c941c13
+ sha256sums_aarch64 = 2486a9ad9937e985bea147ba0cb59b6b43882baf4bba156cabc7239d0f68ef60
sha256sums_aarch64 = 9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b
pkgname = bun-bin
diff --git a/PKGBUILD b/PKGBUILD
index b5b283120dff..ceb722c1e253 100644
--- a/PKGBUILD
+++ b/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.1.17
+pkgver=1.1.18
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=('a51820bbf9741e00a4ef7917ed6e37a8a155135dffee93f83fd6d38aac8ad989'
+sha256sums_x86_64=('9ff1dc15248db679b311ae2706ece7f0bb89fc8437fd05254eddce3b94ff0024'
'9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b'
)
-sha256sums_aarch64=('7b2b58e392dc81e23d9bd6a61ddf217c4ecbcfb113ee9d7d877ec18b8c941c13'
+sha256sums_aarch64=('2486a9ad9937e985bea147ba0cb59b6b43882baf4bba156cabc7239d0f68ef60'
'9b296bcc20090b5ea079dc1bca15913a32246121169bcf54cbdb7384d6f5b32b'
)
_baseline=''
-_baseline_sha256sums='2e0e2031ad68d29d217d81e18b90c3be4ce9b161cb3a4faad507b37161404d66'
+_baseline_sha256sums='e114deeca7f77e12d5cacb4448fd29392d049f04653e88c2de42bfd1e04c1e01'
if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]]; then
_baseline='-baseline'
sha256sums_x86_64=${_baseline_sha256sums}