Updating gVisor to v20220103.0

Signed-off-by: Brad Erhart <>
This commit is contained in:
Brad Erhart 2022-01-11 06:29:44 -08:00
parent cf68a0972a
commit f8555d7c29
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 = 20211129.0 pkgver = 20220103.0
pkgrel = 1 pkgrel = 1
url = https://gvisor.dev url = https://gvisor.dev
arch = x86_64 arch = x86_64
@ -10,7 +10,7 @@ pkgbase = gvisor-bin
provides = runsc provides = runsc
conflicts = gvisor-git conflicts = gvisor-git
conflicts = runsc conflicts = runsc
source = gvisor-bin-20211129.0::https://storage.googleapis.com/gvisor/releases/release/20211129/x86_64/runsc source = gvisor-bin-20220103.0::https://storage.googleapis.com/gvisor/releases/release/20220103/x86_64/runsc
b2sums = 22bd05f48f6984f9cf733a9e15350a00b5bab1d580d38248d3425ace3350c2d6734d8d3fc91dc5734c5a1300b9fda1e026b949b41226a9efc38176154cd5189a b2sums = 6467bc8c1b84b506eea6aba810725a4d9885c4f278146407f881cbb8cb227075a278071cc08a0bee7a6b661594d06a92795b3cdf62eb96eefbf0d053ecb76dcd
pkgname = gvisor-bin pkgname = gvisor-bin

View file

@ -2,7 +2,7 @@
pkgname='gvisor-bin' pkgname='gvisor-bin'
_pkgname='runsc' _pkgname='runsc'
pkgver=20211129.0 pkgver=20220103.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')
@ -18,7 +18,7 @@ conflicts=(
"$_pkgname" "$_pkgname"
) )
source=("$pkgname-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/${pkgver%.[0-9]}/$CARCH/$_pkgname") source=("$pkgname-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/${pkgver%.[0-9]}/$CARCH/$_pkgname")
b2sums=('22bd05f48f6984f9cf733a9e15350a00b5bab1d580d38248d3425ace3350c2d6734d8d3fc91dc5734c5a1300b9fda1e026b949b41226a9efc38176154cd5189a') b2sums=('6467bc8c1b84b506eea6aba810725a4d9885c4f278146407f881cbb8cb227075a278071cc08a0bee7a6b661594d06a92795b3cdf62eb96eefbf0d053ecb76dcd')
package() { package() {
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname" install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"