Updating gVisor to v20210806.0
This commit is contained in:
parent
b6d3f99158
commit
0047b038db
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -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 = 20210726.0
|
pkgver = 20210806.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-20210726.0::https://storage.googleapis.com/gvisor/releases/release/20210726/x86_64/runsc
|
source = gvisor-bin-20210806.0::https://storage.googleapis.com/gvisor/releases/release/20210806/x86_64/runsc
|
||||||
b2sums = d8f207c6f1dd6aa13b29cbff54a68fa538270ba4fa094f26f19a2e322aa88390551307a6c0ff614f95882068db6f36b91f44897b8d8ebd06a4090b3c44fb475b
|
b2sums = 7fb026ffcd0fd1e1b3802a0d28b762a9caebd3f82781737741a745b1cc3c2a20497fa9046980f5489d3ffae4cc72a4ba7175949c45d905fb89749c014cf64ed7
|
||||||
|
|
||||||
pkgname = gvisor-bin
|
pkgname = gvisor-bin
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=gvisor-bin
|
pkgname=gvisor-bin
|
||||||
_pkgname=runsc
|
_pkgname=runsc
|
||||||
pkgver=20210726.0
|
pkgver=20210806.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=(d8f207c6f1dd6aa13b29cbff54a68fa538270ba4fa094f26f19a2e322aa88390551307a6c0ff614f95882068db6f36b91f44897b8d8ebd06a4090b3c44fb475b)
|
b2sums=(7fb026ffcd0fd1e1b3802a0d28b762a9caebd3f82781737741a745b1cc3c2a20497fa9046980f5489d3ffae4cc72a4ba7175949c45d905fb89749c014cf64ed7)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"
|
install -Dm 755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"
|
||||||
|
|
Loading…
Reference in a new issue