Updating gVisor to v20211101.0

Signed-off-by: Brad Erhart <>
This commit is contained in:
Brad Erhart 2021-11-06 19:54:00 -07:00
parent a3ef3a7b7b
commit a0f85a97f6
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 = 20211019.0
pkgver = 20211101.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-20211019.0::https://storage.googleapis.com/gvisor/releases/release/20211019/x86_64/runsc
b2sums = 97429ebf1e2f8820e6b083621248f0ef7151a494e6acc9a4184c756a5448c5e8cc607b9d45ebaea5134220c6f38c74369ca01f64bdb619047d132c04b2dbc966
source = gvisor-bin-20211101.0::https://storage.googleapis.com/gvisor/releases/release/20211101/x86_64/runsc
b2sums = 3634917346ae5cf4ec64650214cc8f8948eabd095dbf0475ecd29f34460e0bffbcf5a14fecdbfb5eabdaf02255ded13e53c841f258ca7dd8170e42e362cae02e
pkgname = gvisor-bin

View file

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