Compare commits
No commits in common. "b761d9eef8ca4a31007bf636718877d1bbcc5ab7" and "55cc90eb4396f82d9950a99d96a1e65fee472ca1" have entirely different histories.
b761d9eef8
...
55cc90eb43
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,11 +1,11 @@
|
|||
pkgbase = gvisor-git
|
||||
pkgdesc = OCI container sandbox runtime focused on security, efficiency, and ease of use
|
||||
pkgver = 20240715.0
|
||||
pkgver = 20240603.0
|
||||
pkgrel = 1
|
||||
url = https://gvisor.dev
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = Apache-2.0
|
||||
license = Apache
|
||||
makedepends = git
|
||||
makedepends = go
|
||||
optdepends = docker: for Docker runtime support
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,12 +4,12 @@
|
|||
pkgname='gvisor-git'
|
||||
_pkgbin='runsc'
|
||||
_pkgshim='containerd-shim-runsc-v1'
|
||||
pkgver=20240715.0
|
||||
pkgver=20240603.0
|
||||
pkgrel=1
|
||||
pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use'
|
||||
arch=('x86_64' 'aarch64')
|
||||
url='https://gvisor.dev'
|
||||
license=('Apache-2.0')
|
||||
license=('Apache')
|
||||
makedepends=('git' 'go')
|
||||
optdepends=('docker: for Docker runtime support')
|
||||
provides=(
|
||||
|
|
Loading…
Reference in a new issue