aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-11-23 15:38:11 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-11-23 15:38:34 +0100
commit2c086abc7fcf9222a81b640aed6ae91f1be5afbc (patch)
treed0169c688e44adf2ab2d2673ffde887d2afae52c
parentc95a086eb57a60904bee39b20bc7606f4786acc7 (diff)
community/alpine-make-rootfs: upgrade to 0.2.0
-rw-r--r--community/alpine-make-rootfs/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/alpine-make-rootfs/APKBUILD b/community/alpine-make-rootfs/APKBUILD
index b0269f1f0b7..e998c696574 100644
--- a/community/alpine-make-rootfs/APKBUILD
+++ b/community/alpine-make-rootfs/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=alpine-make-rootfs
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=0
pkgdesc="Make customized Alpine Linux rootfs (base image) for containers"
-url="https://github.com/jirutka/alpine-make-rootfs"
+url="https://github.com/alpinelinux/alpine-make-rootfs"
arch="noarch"
license="MIT"
depends="tar"
-source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/alpinelinux/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
options="!check" # no suitable tests provided
@@ -17,4 +17,4 @@ package() {
make install DESTDIR="$pkgdir" PREFIX=/usr
}
-sha512sums="26cf0bb2298f578d03e8906a3ee8638465433ecfbbd05606106e33f4b0e0a59cc196c6b98b98fbe8e9ee24a2833ecbabccf50ce3685e6598f4b9b5b8b47b8716 alpine-make-rootfs-0.1.0.tar.gz"
+sha512sums="8f500e11708eae1a856f77efcf6b183d7760576130082f1f2500d670f6ecdbac101b06a538d580a34890fb7c2a0d502b803796ca1a8eaf82ddfadfb43781618b alpine-make-rootfs-0.2.0.tar.gz"