aboutsummaryrefslogtreecommitdiffstats
path: root/testing/img
diff options
context:
space:
mode:
authorLucas Ramage <ramage.lucas@protonmail.com>2019-05-08 21:40:47 -0400
committerprspkt <prspkt@protonmail.com>2019-06-03 20:23:41 +0300
commitf848557f8505f2b6719a4dfb87ae25b1c6aee625 (patch)
tree5dfa74b1ceda507cbae7ddca42be3053cd6d26bb /testing/img
parent90bfa9218e0e8e883f5351852846425b34435a46 (diff)
downloadaports-f848557f8505f2b6719a4dfb87ae25b1c6aee625.tar.bz2
aports-f848557f8505f2b6719a4dfb87ae25b1c6aee625.tar.xz
testing/img: upgrade to 0.5.7
Diffstat (limited to 'testing/img')
-rw-r--r--testing/img/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/img/APKBUILD b/testing/img/APKBUILD
index 0e187eb69a..4c28eeca28 100644
--- a/testing/img/APKBUILD
+++ b/testing/img/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Lucas Ramage <ramage.lucas@protonmail.com>
# Maintainer: Lucas Ramage <ramage.lucas@protonmail.com>
pkgname=img
-pkgver=0.5.0
+pkgver=0.5.7
pkgrel=0
pkgdesc="Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder"
url="https://github.com/genuinetools/img"
@@ -9,7 +9,7 @@ arch="x86_64"
license="MIT"
options="!check"
depends="go runc shadow-uidmap"
-makedepends="libseccomp-dev"
+makedepends="bash libseccomp-dev"
install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/genuinetools/$pkgname/archive/v$pkgver.tar.gz"
@@ -31,4 +31,4 @@ package() {
install -Dm644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
}
-sha512sums="2a8115e738927715f30a41cb09da2176319d7beaa343ec3d59fc25f3bbc24ec2a215b8b2072c08d92ce853d0627eebd54c54a489e9aa8552a924e0f89dcc886e img-0.5.0.tar.gz"
+sha512sums="a42247c2ceac0ccfcc2cfd6a561a058855869f0219994cd8fa2bdd5092be17803057e4cb48a2d5277fdfded74dd06eb7c3c3db590fbde91502aebcaf593ddef7 img-0.5.7.tar.gz"