Updating gvisor to v20200323.0

This commit is contained in:
Brad Erhart 2020-04-03 09:28:21 -07:00
parent f27c038233
commit 89e7ca18b0
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 = 20200219.0 pkgver = 20200323.0
pkgrel = 1 pkgrel = 1
url = https://gvisor.dev url = https://gvisor.dev
install = gvisor-bin.install install = gvisor-bin.install
@ -11,8 +11,8 @@ pkgbase = gvisor-bin
provides = runsc provides = runsc
conflicts = gvisor-git conflicts = gvisor-git
conflicts = runsc conflicts = runsc
source = gvisor-bin-20200219.0::https://storage.googleapis.com/gvisor/releases/release/20200219.0/runsc source = gvisor-bin-20200323.0::https://storage.googleapis.com/gvisor/releases/release/20200323.0/runsc
sha256sums = 68c522e126099a883c7a55fc0b1d5e37a1cf2587f359517721baa8c8518e86ea sha256sums = 4a4b0d42ef741cfdb831ebc05ef6f483217515f6d186abc96af6fea3d1312353
pkgname = gvisor-bin pkgname = gvisor-bin

View file

@ -2,7 +2,7 @@
pkgname=gvisor-bin pkgname=gvisor-bin
_pkgname=runsc _pkgname=runsc
pkgver=20200219.0 pkgver=20200323.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/$_pkgname") source=("$pkgname-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/$pkgver/$_pkgname")
sha256sums=('68c522e126099a883c7a55fc0b1d5e37a1cf2587f359517721baa8c8518e86ea') sha256sums=(4a4b0d42ef741cfdb831ebc05ef6f483217515f6d186abc96af6fea3d1312353)
package() { package() {
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname" install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"