aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine-make-vm-image/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/alpine-make-vm-image/APKBUILD')
-rw-r--r--community/alpine-make-vm-image/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/alpine-make-vm-image/APKBUILD b/community/alpine-make-vm-image/APKBUILD
index 20a96f84928..ed0f06e668a 100644
--- a/community/alpine-make-vm-image/APKBUILD
+++ b/community/alpine-make-vm-image/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=alpine-make-vm-image
-pkgver=0.8.0
+pkgver=0.13.0
pkgrel=0
pkgdesc="Make customized Alpine Linux disk image for virtual machines"
url="https://github.com/alpinelinux/alpine-make-vm-image"
@@ -9,14 +9,12 @@ arch="noarch"
license="MIT"
depends="qemu-img"
source="https://github.com/alpinelinux/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
options="!check" # no suitable tests provided
package() {
- cd "$builddir"
make install DESTDIR="$pkgdir" PREFIX=/usr
}
sha512sums="
-34dfa443cd2691a20f915219c01659927c8962e88f98e2117a76274484444c9d589a4d6e52de798a90ddd40e6e44171a4212fd6f597a62eb57c0863a1fff1007 alpine-make-vm-image-0.8.0.tar.gz
+2647e6860d7bfb853ca898a62a5a10faec5edf1016e2e2eaed7522cb05f929cef6c2938f2601c92f772026f94c90119059d07798c886e80ce2412e988f40f5d6 alpine-make-vm-image-0.13.0.tar.gz
"