From 945dcf80deb65e6b769d37652e97d7cacf5f6caf Mon Sep 17 00:00:00 2001 From: Brad Erhart <> Date: Thu, 2 Sep 2021 02:00:56 -0700 Subject: [PATCH] Updating gVisor to v20210823.0 --- .SRCINFO | 6 +++--- .gitignore | 4 ++-- PKGBUILD | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a02c80b..ca81362 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gvisor-bin pkgdesc = OCI container sandbox runtime focused on security, efficiency, and ease of use - pkgver = 20210806.0 + pkgver = 20210823.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-20210806.0::https://storage.googleapis.com/gvisor/releases/release/20210806/x86_64/runsc - b2sums = 7fb026ffcd0fd1e1b3802a0d28b762a9caebd3f82781737741a745b1cc3c2a20497fa9046980f5489d3ffae4cc72a4ba7175949c45d905fb89749c014cf64ed7 + source = gvisor-bin-20210823.0::https://storage.googleapis.com/gvisor/releases/release/20210823/x86_64/runsc + b2sums = 495300c5b55186e1403ccad549bb6be289f68241a8faca81b61141cab6aaf3fcc3b6c1ad5408279ee07ab8ae7e1156f799cbf8f70811ffd26273896557c50dcd pkgname = gvisor-bin diff --git a/.gitignore b/.gitignore index e6c6385..d331a28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ gvisor* -pkg/ -src/ +pkg +src diff --git a/PKGBUILD b/PKGBUILD index 5c283b0..f294131 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=gvisor-bin _pkgname=runsc -pkgver=20210806.0 +pkgver=20210823.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=(7fb026ffcd0fd1e1b3802a0d28b762a9caebd3f82781737741a745b1cc3c2a20497fa9046980f5489d3ffae4cc72a4ba7175949c45d905fb89749c014cf64ed7) +b2sums=(495300c5b55186e1403ccad549bb6be289f68241a8faca81b61141cab6aaf3fcc3b6c1ad5408279ee07ab8ae7e1156f799cbf8f70811ffd26273896557c50dcd) package() { install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"