Updating gVisor to v20210823.0

This commit is contained in:
Brad Erhart 2021-09-02 02:00:56 -07:00
parent 0047b038db
commit 945dcf80de
3 changed files with 7 additions and 7 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 = 20210806.0 pkgver = 20210823.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-20210806.0::https://storage.googleapis.com/gvisor/releases/release/20210806/x86_64/runsc source = gvisor-bin-20210823.0::https://storage.googleapis.com/gvisor/releases/release/20210823/x86_64/runsc
b2sums = 7fb026ffcd0fd1e1b3802a0d28b762a9caebd3f82781737741a745b1cc3c2a20497fa9046980f5489d3ffae4cc72a4ba7175949c45d905fb89749c014cf64ed7 b2sums = 495300c5b55186e1403ccad549bb6be289f68241a8faca81b61141cab6aaf3fcc3b6c1ad5408279ee07ab8ae7e1156f799cbf8f70811ffd26273896557c50dcd
pkgname = gvisor-bin pkgname = gvisor-bin

4
.gitignore vendored
View file

@ -1,3 +1,3 @@
gvisor* gvisor*
pkg/ pkg
src/ src

View file

@ -2,7 +2,7 @@
pkgname=gvisor-bin pkgname=gvisor-bin
_pkgname=runsc _pkgname=runsc
pkgver=20210806.0 pkgver=20210823.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=(7fb026ffcd0fd1e1b3802a0d28b762a9caebd3f82781737741a745b1cc3c2a20497fa9046980f5489d3ffae4cc72a4ba7175949c45d905fb89749c014cf64ed7) b2sums=(495300c5b55186e1403ccad549bb6be289f68241a8faca81b61141cab6aaf3fcc3b6c1ad5408279ee07ab8ae7e1156f799cbf8f70811ffd26273896557c50dcd)
package() { package() {
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname" install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"