Update to 0.6.6

This commit is contained in:
Dax Raad
2023-06-01 19:24:05 -04:00
parent 57e412559d
commit ba809bf36a
2 changed files with 6 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
pkgbase = bun-bin pkgbase = bun-bin
pkgdesc = Incredibly fast JavaScript runtime, bundler, transpiler and package manager all in one. pkgdesc = Incredibly fast JavaScript runtime, bundler, transpiler and package manager all in one.
pkgver = 0.6.5 pkgver = 0.6.6
pkgrel = 1 pkgrel = 1
url = https://github.com/oven-sh/bun url = https://github.com/oven-sh/bun
arch = x86_64 arch = x86_64
license = MIT license = MIT
provides = bun=0.6.5 provides = bun=0.6.6
provides = bun 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 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 = 60c5a7e812243ea8e250d429b7a29e26ba190402d857ecd7026285217cf1095a15b6583351f62e0814c9a332b7541b65f0f0b19ae7ba282dc45bf9ac5e327817 sha512sums = ae6ae2bd9cb4ce29b1701f032dc42d8fac7293d8336d4e2cee1716bec26a8fd31e278e2befdb204271deeef977953209957bd70d46b03ea3410791cd51a56cfc
pkgname = bun-bin pkgname = bun-bin

View File

@@ -1,5 +1,5 @@
pkgname=bun-bin pkgname=bun-bin
pkgver=0.6.5 pkgver=0.6.6
pkgrel=1 pkgrel=1
pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager all in one." pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager all in one."
arch=('x86_64') arch=('x86_64')
@@ -7,7 +7,7 @@ url="https://github.com/oven-sh/bun"
license=('MIT') license=('MIT')
provides=("bun=$pkgver" 'bun') 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") 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() { package() {
install -Dm755 "./bun-linux-x64/bun" "${pkgdir}/usr/bin/bun" install -Dm755 "./bun-linux-x64/bun" "${pkgdir}/usr/bin/bun"