Updating gVisor to v20210726.0

This commit is contained in:
Brad Erhart 2021-07-31 06:23:05 -07:00
parent 18bed50f76
commit b6d3f99158
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gvisor-bin
pkgdesc = OCI container sandbox runtime focused on security, efficiency, and ease of use
pkgver = 20210720.0
pkgver = 20210726.0
pkgrel = 1
url = https://gvisor.dev
install = gvisor-bin.install
@ -11,7 +11,7 @@ pkgbase = gvisor-bin
provides = runsc
conflicts = gvisor-git
conflicts = runsc
source = gvisor-bin-20210720.0::https://storage.googleapis.com/gvisor/releases/release/20210720/x86_64/runsc
b2sums = 37f78b6d60a02a846921cdb6dc6e72cf0406e73d16b3ea5c4f629cd38dbb5f30d1ebfbbb4540833ff05779afe318508db80de23953dc7b930224892569735b9a
source = gvisor-bin-20210726.0::https://storage.googleapis.com/gvisor/releases/release/20210726/x86_64/runsc
b2sums = d8f207c6f1dd6aa13b29cbff54a68fa538270ba4fa094f26f19a2e322aa88390551307a6c0ff614f95882068db6f36b91f44897b8d8ebd06a4090b3c44fb475b
pkgname = gvisor-bin

View file

@ -2,7 +2,7 @@
pkgname=gvisor-bin
_pkgname=runsc
pkgver=20210720.0
pkgver=20210726.0
pkgrel=1
pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use'
arch=('x86_64')
@ -19,7 +19,7 @@ conflicts=(
)
install="$pkgname.install"
source=("$pkgname-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/${pkgver%.[0-9]}/$arch/$_pkgname")
b2sums=(37f78b6d60a02a846921cdb6dc6e72cf0406e73d16b3ea5c4f629cd38dbb5f30d1ebfbbb4540833ff05779afe318508db80de23953dc7b930224892569735b9a)
b2sums=(d8f207c6f1dd6aa13b29cbff54a68fa538270ba4fa094f26f19a2e322aa88390551307a6c0ff614f95882068db6f36b91f44897b8d8ebd06a4090b3c44fb475b)
package() {
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"