Updating gVisor to v20211019.0

Signed-off-by: Brad Erhart <>
This commit is contained in:
Brad Erhart 2021-10-28 23:19:25 -07:00
parent 632e1c526e
commit a3ef3a7b7b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 81488F0D8443088C
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 = 20211011.0
pkgver = 20211019.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-20211011.0::https://storage.googleapis.com/gvisor/releases/release/20211011/x86_64/runsc
b2sums = 4e668b5924dfb56c9aa5d3be413d4861ed960cefb9fed68e15d40ef4ac7ffa85b154e4a80c15ebe58281626529729891cada80bd646c8dd5d2a1236c9e5c0e6c
source = gvisor-bin-20211019.0::https://storage.googleapis.com/gvisor/releases/release/20211019/x86_64/runsc
b2sums = 97429ebf1e2f8820e6b083621248f0ef7151a494e6acc9a4184c756a5448c5e8cc607b9d45ebaea5134220c6f38c74369ca01f64bdb619047d132c04b2dbc966
pkgname = gvisor-bin

View file

@ -2,7 +2,7 @@
pkgname=gvisor-bin
_pkgname=runsc
pkgver=20211011.0
pkgver=20211019.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=(4e668b5924dfb56c9aa5d3be413d4861ed960cefb9fed68e15d40ef4ac7ffa85b154e4a80c15ebe58281626529729891cada80bd646c8dd5d2a1236c9e5c0e6c)
b2sums=(97429ebf1e2f8820e6b083621248f0ef7151a494e6acc9a4184c756a5448c5e8cc607b9d45ebaea5134220c6f38c74369ca01f64bdb619047d132c04b2dbc966)
package() {
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"