diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-13 13:35:02 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-13 13:35:30 +0200 |
commit | df1bd39c4f36d8a0cbe956164095cea1fc22a4c9 (patch) | |
tree | 9bb773ad29b00b0f81cab7997eb732ebaa72132f /main/qemu-openrc | |
parent | 221cf3af06d9b7a513c41972481bc2be89464469 (diff) | |
download | aports-df1bd39c4f36d8a0cbe956164095cea1fc22a4c9.tar.bz2 aports-df1bd39c4f36d8a0cbe956164095cea1fc22a4c9.tar.xz |
main/qemu-openrc: upgrade to 0.6.0
Diffstat (limited to 'main/qemu-openrc')
-rw-r--r-- | main/qemu-openrc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/qemu-openrc/APKBUILD b/main/qemu-openrc/APKBUILD index b583bb3c9e..7a2aae0f3c 100644 --- a/main/qemu-openrc/APKBUILD +++ b/main/qemu-openrc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=qemu-openrc -pkgver=0.5.1 +pkgver=0.6.0 pkgrel=0 pkgdesc="OpenRC init scripts for QEMU/KVM" url="https://github.com/jirutka/qemu-openrc" @@ -19,4 +19,4 @@ package() { PREFIX="/usr" DESTDIR="$pkgdir" ./install } -sha512sums="ff16169897016846b77ea79756ccd919e9f89b5f80ec269449b8b8ac560d81af81518e38ec75c7c52169270f637f8e58db589d8ba37b01d92395c892f2855a53 qemu-openrc-0.5.1.tar.gz" +sha512sums="6ed4b3de72e4e3d3771e0f1fcc6e3a250e984ec525fe4a5af051ba8b058afa1f1ebff9ea2de25b273e3df369e6b398f4e109111510e6156759ad8e60df4a953b qemu-openrc-0.6.0.tar.gz" |