Updating gVisor to v20220208.0
Signed-off-by: Brad Erhart <>
This commit is contained in:
parent
f8555d7c29
commit
eece5a8324
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = gvisor-bin
|
||||
pkgdesc = OCI container sandbox runtime focused on security, efficiency, and ease of use
|
||||
pkgver = 20220103.0
|
||||
pkgver = 20220208.0
|
||||
pkgrel = 1
|
||||
url = https://gvisor.dev
|
||||
arch = x86_64
|
||||
|
@ -10,7 +10,7 @@ pkgbase = gvisor-bin
|
|||
provides = runsc
|
||||
conflicts = gvisor-git
|
||||
conflicts = runsc
|
||||
source = gvisor-bin-20220103.0::https://storage.googleapis.com/gvisor/releases/release/20220103/x86_64/runsc
|
||||
b2sums = 6467bc8c1b84b506eea6aba810725a4d9885c4f278146407f881cbb8cb227075a278071cc08a0bee7a6b661594d06a92795b3cdf62eb96eefbf0d053ecb76dcd
|
||||
source = gvisor-bin-20220208.0::https://storage.googleapis.com/gvisor/releases/release/20220208/x86_64/runsc
|
||||
b2sums = 9238010bca4a4330ae607cb2f09729f1b9aea8107a62809b7e2b68d910ea2f39055cfc6fe486397dc2eb50e39392122e264cf4def29b8296032b48f38e8b1502
|
||||
|
||||
pkgname = gvisor-bin
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname='gvisor-bin'
|
||||
_pkgname='runsc'
|
||||
pkgver=20220103.0
|
||||
pkgver=20220208.0
|
||||
pkgrel=1
|
||||
pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use'
|
||||
arch=('x86_64')
|
||||
|
@ -18,7 +18,7 @@ conflicts=(
|
|||
"$_pkgname"
|
||||
)
|
||||
source=("$pkgname-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/${pkgver%.[0-9]}/$CARCH/$_pkgname")
|
||||
b2sums=('6467bc8c1b84b506eea6aba810725a4d9885c4f278146407f881cbb8cb227075a278071cc08a0bee7a6b661594d06a92795b3cdf62eb96eefbf0d053ecb76dcd')
|
||||
b2sums=('9238010bca4a4330ae607cb2f09729f1b9aea8107a62809b7e2b68d910ea2f39055cfc6fe486397dc2eb50e39392122e264cf4def29b8296032b48f38e8b1502')
|
||||
|
||||
package() {
|
||||
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
Loading…
Reference in a new issue