Skip checksum
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 = d40edb955e5d3ab4cebe525140fe4312b30f7db57362269a6a979c96d19209d8b8e886b69cf970f4a0c9618bb444cefaa4d84e31ff7abcdd2f245cfd50e525e5
|
sha512sums = SKIP
|
||||||
|
|
||||||
pkgname = bun-bin
|
pkgname = bun-bin
|
||||||
|
|||||||
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=('d40edb955e5d3ab4cebe525140fe4312b30f7db57362269a6a979c96d19209d8b8e886b69cf970f4a0c9618bb444cefaa4d84e31ff7abcdd2f245cfd50e525e5')
|
sha512sums=('SKIP')
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user