aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/crun/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/crun/APKBUILD b/community/crun/APKBUILD
index 8a68895ed93..0bd629521d4 100644
--- a/community/crun/APKBUILD
+++ b/community/crun/APKBUILD
@@ -2,12 +2,12 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=crun
-pkgver=1.0
+pkgver=1.1
pkgrel=0
pkgdesc="Fast and lightweight fully featured OCI runtime and C library for running containers"
url="https://github.com/containers/crun"
-arch="all"
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
+arch="all"
makedepends="libcap-dev libseccomp-dev yajl-dev argp-standalone python3 go-md2man"
subpackages="$pkgname-doc $pkgname-static"
source="https://github.com/containers/crun/releases/download/$pkgver/crun-$pkgver.tar.xz"
@@ -28,5 +28,5 @@ package() {
}
sha512sums="
-4b153824261a339c882cd8496a53b2c03c554c23e557f2b2d8c78f4b642292d0345a6b64e94a5de1527d1d59456ddc00400296af107185bcd0f0f9394bba1fd0 crun-1.0.tar.xz
+575aaa8af730cdad4a87d0c319678396dc8a02eff6fba65131057e8cb9d61b033ddbd4d9691725f4c46caca1adb713ee498d2bf570abefe2d359313ff58b7ee2 crun-1.1.tar.xz
"