Updating gVisor to v20210712.0
This commit is contained in:
parent
b9f49bc3f0
commit
65b30ad2cd
2 changed files with 5 additions and 5 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=gvisor-bin
|
||||
_pkgname=runsc
|
||||
pkgver=20210628.0
|
||||
pkgver=20210712.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=(12ae13d2fab74265a549feb91cfb9fb10a261de10285ac816b254d105b0a11c87dbccd82e185840a250f8dc5c9eb6cf3803b6d3f7f58bc2998033856e2155b43)
|
||||
b2sums=(757c2df8f379b525b485fa4a5c6f00fdab3913cccc41f8db6499f940aa524e2f9d82820d72488dd3aa51b496b3670b23e69d53d139b2f245b09cb0b1e44e07d2)
|
||||
|
||||
package() {
|
||||
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue