Skip checksum

This commit is contained in:
Dax Ravi
2022-07-08 16:35:49 -04:00
parent f908250fb7
commit 4e327bcbcb
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ pkgbase = bun-bin
provides = bun=0.1.2 provides = bun=0.1.2
provides = bun provides = bun
source = https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.2/bun-linux-x64.zip source = https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.2/bun-linux-x64.zip
sha512sums = d40edb955e5d3ab4cebe525140fe4312b30f7db57362269a6a979c96d19209d8b8e886b69cf970f4a0c9618bb444cefaa4d84e31ff7abcdd2f245cfd50e525e5 sha512sums = SKIP
pkgname = bun-bin pkgname = bun-bin

View File

@@ -7,7 +7,7 @@ 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.zip") source=("https://github.com/Jarred-Sumner/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip")
sha512sums=('d40edb955e5d3ab4cebe525140fe4312b30f7db57362269a6a979c96d19209d8b8e886b69cf970f4a0c9618bb444cefaa4d84e31ff7abcdd2f245cfd50e525e5') sha512sums=('SKIP')
package() { package() {