Updating gVisor to v20210720.0

This commit is contained in:
Brad Erhart 2021-07-27 23:28:15 -07:00
parent 65b30ad2cd
commit 18bed50f76
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 = 20210712.0
pkgver = 20210720.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-20210712.0::https://storage.googleapis.com/gvisor/releases/release/20210712/x86_64/runsc
b2sums = 757c2df8f379b525b485fa4a5c6f00fdab3913cccc41f8db6499f940aa524e2f9d82820d72488dd3aa51b496b3670b23e69d53d139b2f245b09cb0b1e44e07d2
source = gvisor-bin-20210720.0::https://storage.googleapis.com/gvisor/releases/release/20210720/x86_64/runsc
b2sums = 37f78b6d60a02a846921cdb6dc6e72cf0406e73d16b3ea5c4f629cd38dbb5f30d1ebfbbb4540833ff05779afe318508db80de23953dc7b930224892569735b9a
pkgname = gvisor-bin

View file

@ -2,7 +2,7 @@
pkgname=gvisor-bin
_pkgname=runsc
pkgver=20210712.0
pkgver=20210720.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=(757c2df8f379b525b485fa4a5c6f00fdab3913cccc41f8db6499f940aa524e2f9d82820d72488dd3aa51b496b3670b23e69d53d139b2f245b09cb0b1e44e07d2)
b2sums=(37f78b6d60a02a846921cdb6dc6e72cf0406e73d16b3ea5c4f629cd38dbb5f30d1ebfbbb4540833ff05779afe318508db80de23953dc7b930224892569735b9a)
package() {
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"