aboutsummaryrefslogtreecommitdiffstats
path: root/community/sloci-image
diff options
context:
space:
mode:
Diffstat (limited to 'community/sloci-image')
-rw-r--r--community/sloci-image/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/sloci-image/APKBUILD b/community/sloci-image/APKBUILD
index 836d7e093f8..23d07fc5734 100644
--- a/community/sloci-image/APKBUILD
+++ b/community/sloci-image/APKBUILD
@@ -1,24 +1,23 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=sloci-image
-pkgver=0.1.1
-pkgrel=0
+pkgver=0.1.2
+pkgrel=1
pkgdesc="Simple script for creating single-layer OCI images"
url="https://github.com/jirutka/sloci-image"
arch="noarch"
license="MIT"
depends="/bin/sh tar"
source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
check() {
- cd "$builddir"
./sloci-image --version
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" PREFIX=/usr install
}
-sha512sums="54f8f8f0dc1a0b31d54e98197777891c527aa21c6b0f688bf82bf157d603a4bf74223cc871debd8def1c4d0302f87ef7692625455beefb0901f6667af1df85f3 sloci-image-0.1.1.tar.gz"
+sha512sums="
+d664c1a897c09e61aaead025286ecdc75de79172f9f036b44223d7d3ace16cc8a91e0ed3877b87d07a4943da877c538878e4873498273e794f7a789f7a0d769a sloci-image-0.1.2.tar.gz
+"