Updating gVisor to v20211115.0

Signed-off-by: Brad Erhart <>
This commit is contained in:
Brad Erhart 2021-11-19 00:12:46 -08:00
parent a0f85a97f6
commit 1942cf761f
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 pkgbase = gvisor-bin
pkgdesc = OCI container sandbox runtime focused on security, efficiency, and ease of use pkgdesc = OCI container sandbox runtime focused on security, efficiency, and ease of use
pkgver = 20211101.0 pkgver = 20211115.0
pkgrel = 1 pkgrel = 1
url = https://gvisor.dev url = https://gvisor.dev
install = gvisor-bin.install install = gvisor-bin.install
@ -11,7 +11,7 @@ pkgbase = gvisor-bin
provides = runsc provides = runsc
conflicts = gvisor-git conflicts = gvisor-git
conflicts = runsc conflicts = runsc
source = gvisor-bin-20211101.0::https://storage.googleapis.com/gvisor/releases/release/20211101/x86_64/runsc source = gvisor-bin-20211115.0::https://storage.googleapis.com/gvisor/releases/release/20211115/x86_64/runsc
b2sums = 3634917346ae5cf4ec64650214cc8f8948eabd095dbf0475ecd29f34460e0bffbcf5a14fecdbfb5eabdaf02255ded13e53c841f258ca7dd8170e42e362cae02e b2sums = 7453fb4f4ec503e29f535497783c0c98bc1a7a26325217e696b1f4f4cb1dd6577ecb6d8fa94cda2194d820f3a6e26c68793d0eaff52e3128f07334381089ecc9
pkgname = gvisor-bin pkgname = gvisor-bin

View file

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