Release 20220228.0
This commit is contained in:
parent
eece5a8324
commit
d916f2b869
2 changed files with 7 additions and 6 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 = 20220208.0
|
pkgver = 20220228.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gvisor.dev
|
url = https://gvisor.dev
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -10,7 +10,7 @@ pkgbase = gvisor-bin
|
||||||
provides = runsc
|
provides = runsc
|
||||||
conflicts = gvisor-git
|
conflicts = gvisor-git
|
||||||
conflicts = runsc
|
conflicts = runsc
|
||||||
source = gvisor-bin-20220208.0::https://storage.googleapis.com/gvisor/releases/release/20220208/x86_64/runsc
|
source = gvisor-bin-20220228.0::https://storage.googleapis.com/gvisor/releases/release/20220228/x86_64/runsc
|
||||||
b2sums = 9238010bca4a4330ae607cb2f09729f1b9aea8107a62809b7e2b68d910ea2f39055cfc6fe486397dc2eb50e39392122e264cf4def29b8296032b48f38e8b1502
|
sha512sums = 00b65f872785f77d61c789c4589e56d085697ef6d6c89370dceca0d464df7d267a65b2fcd63bd7513910b28e72cc9f22991139c262b42c84a25f0f55136ba736
|
||||||
|
|
||||||
pkgname = gvisor-bin
|
pkgname = gvisor-bin
|
||||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -1,8 +1,9 @@
|
||||||
# Maintainer: Brad Erhart <tocusso underscore malty at aleeas dot com>
|
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||||
|
# Contributor: Brad Erhart <tocusso underscore malty at aleeas dot com>
|
||||||
|
|
||||||
pkgname='gvisor-bin'
|
pkgname='gvisor-bin'
|
||||||
_pkgname='runsc'
|
_pkgname='runsc'
|
||||||
pkgver=20220208.0
|
pkgver=20220228.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')
|
||||||
|
@ -18,7 +19,7 @@ conflicts=(
|
||||||
"$_pkgname"
|
"$_pkgname"
|
||||||
)
|
)
|
||||||
source=("$pkgname-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/${pkgver%.[0-9]}/$CARCH/$_pkgname")
|
source=("$pkgname-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/${pkgver%.[0-9]}/$CARCH/$_pkgname")
|
||||||
b2sums=('9238010bca4a4330ae607cb2f09729f1b9aea8107a62809b7e2b68d910ea2f39055cfc6fe486397dc2eb50e39392122e264cf4def29b8296032b48f38e8b1502')
|
sha512sums=('00b65f872785f77d61c789c4589e56d085697ef6d6c89370dceca0d464df7d267a65b2fcd63bd7513910b28e72cc9f22991139c262b42c84a25f0f55136ba736')
|
||||||
|
|
||||||
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