Fixing hash in gvisor update v20200323.0
This commit is contained in:
parent
89e7ca18b0
commit
35349502fc
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -12,7 +12,7 @@ pkgbase = gvisor-bin
|
||||||
conflicts = gvisor-git
|
conflicts = gvisor-git
|
||||||
conflicts = runsc
|
conflicts = runsc
|
||||||
source = gvisor-bin-20200323.0::https://storage.googleapis.com/gvisor/releases/release/20200323.0/runsc
|
source = gvisor-bin-20200323.0::https://storage.googleapis.com/gvisor/releases/release/20200323.0/runsc
|
||||||
sha256sums = 4a4b0d42ef741cfdb831ebc05ef6f483217515f6d186abc96af6fea3d1312353
|
sha256sums = bb36104122c52157cc005c7ae5f45478d2a318481e5ac60bddbd11984c5d24d4
|
||||||
|
|
||||||
pkgname = gvisor-bin
|
pkgname = gvisor-bin
|
||||||
|
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -19,7 +19,7 @@ conflicts=(
|
||||||
)
|
)
|
||||||
install="$pkgname.install"
|
install="$pkgname.install"
|
||||||
source=("$pkgname-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/$pkgver/$_pkgname")
|
source=("$pkgname-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/$pkgver/$_pkgname")
|
||||||
sha256sums=(4a4b0d42ef741cfdb831ebc05ef6f483217515f6d186abc96af6fea3d1312353)
|
sha256sums=(bb36104122c52157cc005c7ae5f45478d2a318481e5ac60bddbd11984c5d24d4)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"
|
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"
|
||||||
|
|
Loading…
Reference in a new issue