summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-08-16 13:19:49 +0200
committerJakub Jirutka <jakub@jirutka.cz>2019-08-16 13:20:23 +0200
commitce196376d902dcb97e12b36a201eeb6006967d12 (patch)
treeabc4ace9d07d6a69dd1216272552ca67bd9c3640
parent031621e2cf39f9441cb620e4ebfb5261276e7978 (diff)
community/alpine-make-rootfs: upgrade to 0.3.1
-rw-r--r--community/alpine-make-rootfs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/alpine-make-rootfs/APKBUILD b/community/alpine-make-rootfs/APKBUILD
index 0786c10e40d..9b01ab2d82e 100644
--- a/community/alpine-make-rootfs/APKBUILD
+++ b/community/alpine-make-rootfs/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=alpine-make-rootfs
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=0
pkgdesc="Make customized Alpine Linux rootfs (base image) for containers"
url="https://github.com/alpinelinux/alpine-make-rootfs"
@@ -17,4 +17,4 @@ package() {
make install DESTDIR="$pkgdir" PREFIX=/usr
}
-sha512sums="1c595dac5f09f4bd74f16a16f771944972fa466ab22f69c9627d32b6a3edf776aa3133e327ad398ccd91fe0331a9ebeca1aaa220062531cbdbb8927afd2c79f1 alpine-make-rootfs-0.3.0.tar.gz"
+sha512sums="7971ac0275e4d2e9bdc3ea29197b40a66e493bf9977249922418f06e1bd9434a62a4ffa0cc637839ae1837f2f8916535977e695cb959288213ce1fee90cc3b44 alpine-make-rootfs-0.3.1.tar.gz"