summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDax Raad2023-06-01 19:24:05 -0400
committerDax Raad2023-06-01 19:24:05 -0400
commitba809bf36af0c46af4c42bf41c21eb6024de01f7 (patch)
tree457ea25c11009b59f7b6b4eaf5f2254cc4eb8ae9
parent57e412559d3ddabe398479fd14fb65a70ccb3374 (diff)
downloadaur-ba809bf36af0c46af4c42bf41c21eb6024de01f7.tar.gz
Update to 0.6.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff48568f2ece..477de085cb15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bun-bin
pkgdesc = Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one.
- pkgver = 0.6.5
+ pkgver = 0.6.6
pkgrel = 1
url = https://github.com/oven-sh/bun
arch = x86_64
license = MIT
- provides = bun=0.6.5
+ provides = bun=0.6.6
provides = bun
- source = bun-linux-x64-0.6.5.zip::https://github.com/oven-sh/bun/releases/download/bun-v0.6.5/bun-linux-x64.zip
- sha512sums = 60c5a7e812243ea8e250d429b7a29e26ba190402d857ecd7026285217cf1095a15b6583351f62e0814c9a332b7541b65f0f0b19ae7ba282dc45bf9ac5e327817
+ source = bun-linux-x64-0.6.6.zip::https://github.com/oven-sh/bun/releases/download/bun-v0.6.6/bun-linux-x64.zip
+ sha512sums = ae6ae2bd9cb4ce29b1701f032dc42d8fac7293d8336d4e2cee1716bec26a8fd31e278e2befdb204271deeef977953209957bd70d46b03ea3410791cd51a56cfc
pkgname = bun-bin
diff --git a/PKGBUILD b/PKGBUILD
index c97baefec6e1..c276205aef53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=bun-bin
-pkgver=0.6.5
+pkgver=0.6.6
pkgrel=1
pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one."
arch=('x86_64')
@@ -7,7 +7,7 @@ url="https://github.com/oven-sh/bun"
license=('MIT')
provides=("bun=$pkgver" 'bun')
source=("bun-linux-x64-${pkgver}.zip::https://github.com/oven-sh/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip")
-sha512sums=('60c5a7e812243ea8e250d429b7a29e26ba190402d857ecd7026285217cf1095a15b6583351f62e0814c9a332b7541b65f0f0b19ae7ba282dc45bf9ac5e327817')
+sha512sums=('ae6ae2bd9cb4ce29b1701f032dc42d8fac7293d8336d4e2cee1716bec26a8fd31e278e2befdb204271deeef977953209957bd70d46b03ea3410791cd51a56cfc')
package() {
install -Dm755 "./bun-linux-x64/bun" "${pkgdir}/usr/bin/bun"