Add back checksums
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -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
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.zip
|
||||||
2
PKGBUILD
2
PKGBUILD
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user