This commit is contained in:
Dax Ravi
2022-08-04 10:58:25 -04:00
parent 3b3440ad3b
commit b00313bef3
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ pkgbase = bun-bin
license = MIT license = MIT
provides = bun=0.1.6 provides = bun=0.1.6
provides = bun provides = bun
source = https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.6/bun-linux-x64-0.1.6.zip source = bun-linux-x64-0.1.6.zip::https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.6/bun-linux-x64.zip
sha512sums = SKIP sha512sums = SKIP
pkgname = bun-bin pkgname = bun-bin

View File

@@ -6,7 +6,7 @@ arch=('x86_64')
url="https://github.com/Jarred-Sumner/bun" url="https://github.com/Jarred-Sumner/bun"
license=('MIT') license=('MIT')
provides=("bun=$pkgver" 'bun') provides=("bun=$pkgver" 'bun')
source=("https://github.com/Jarred-Sumner/bun/releases/download/bun-v${pkgver}/bun-linux-x64-${pkgver}.zip") source=("bun-linux-x64-${pkgver}.zip::https://github.com/Jarred-Sumner/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip")
sha512sums=('SKIP') sha512sums=('SKIP')