Add back checksums

This commit is contained in:
Dax Ravi
2022-07-10 23:02:26 -04:00
parent 4e327bcbcb
commit e744b32806
3 changed files with 3 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 = SKIP sha512sums = a6482277b7db4df29cbab6c6642f7a739d7549f7b55c353deae995a22944dd1ee42dca5db00f999aa4f1b1d56e6ec5878ec558959ab3b7ded04cc74f845a4c55
pkgname = bun-bin pkgname = bun-bin

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.zip

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=('SKIP') sha512sums=('a6482277b7db4df29cbab6c6642f7a739d7549f7b55c353deae995a22944dd1ee42dca5db00f999aa4f1b1d56e6ec5878ec558959ab3b7ded04cc74f845a4c55')
package() { package() {