diff --git a/.SRCINFO b/.SRCINFO index 1b01196..7ac5b53 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.3.0 + pkgver = 0.4.0 pkgrel = 1 url = https://github.com/oven-sh/bun arch = x86_64 license = MIT - provides = bun=0.3.0 + provides = bun=0.4.0 provides = bun - source = bun-linux-x64-0.3.0.zip::https://github.com/oven-sh/bun/releases/download/bun-v0.3.0/bun-linux-x64.zip - sha512sums = 842feefa3b045b5805024cdd976063cae60e1b16aeebf8a9395ce19d70437e382a086eb8ebdcaef005311e869937c4b8255ba287dc7254a4234bcd3e21cc76dc + source = bun-linux-x64-0.4.0.zip::https://github.com/oven-sh/bun/releases/download/bun-v0.4.0/bun-linux-x64.zip + sha512sums = b4f2ed9e3df4337ad71ae822b36b517a42ed715a546f1700972b4bd5b9d3fdb6bef25647fe5b6c534c435b1e52fded43d86c664f43e9b26fade11fdb09eb1f53 pkgname = bun-bin diff --git a/PKGBUILD b/PKGBUILD index 5b9b2d4..381c02f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=bun-bin -pkgver=0.3.0 +pkgver=0.4.0 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=('842feefa3b045b5805024cdd976063cae60e1b16aeebf8a9395ce19d70437e382a086eb8ebdcaef005311e869937c4b8255ba287dc7254a4234bcd3e21cc76dc') +sha512sums=('b4f2ed9e3df4337ad71ae822b36b517a42ed715a546f1700972b4bd5b9d3fdb6bef25647fe5b6c534c435b1e52fded43d86c664f43e9b26fade11fdb09eb1f53') package() {