Compare commits

..

No commits in common. "b761d9eef8ca4a31007bf636718877d1bbcc5ab7" and "55cc90eb4396f82d9950a99d96a1e65fee472ca1" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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=(