diff --git a/.SRCINFO b/.SRCINFO index aaf3c1f..26ca5a3 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.1.3 + pkgver = 0.1.4 pkgrel = 1 url = https://github.com/Jarred-Sumner/bun arch = x86_64 license = MIT - provides = bun=0.1.3 + provides = bun=0.1.4 provides = bun - source = https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.3/bun-linux-x64.zip + source = https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.4/bun-linux-x64.zip sha512sums = SKIP pkgname = bun-bin diff --git a/PKGBUILD b/PKGBUILD index 5376d46..d7a24c4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=bun-bin -pkgver=0.1.3 +pkgver=0.1.4 pkgrel=1 pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one." arch=('x86_64')