diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-08 11:40:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-08 13:12:09 +0000 |
commit | 74e64b68edb45d03b5e8d5ab8399d61f592c1b9e (patch) | |
tree | fde94c15e9f8813fb4001546269aae7209f3d06a /main/qemu/APKBUILD | |
parent | dc95e50802edfa2bb6daa4254807d575213b9a9f (diff) | |
download | aports-74e64b68edb45d03b5e8d5ab8399d61f592c1b9e.tar.bz2 aports-74e64b68edb45d03b5e8d5ab8399d61f592c1b9e.tar.xz |
main/qemu: upgrade to 0.14.1
Diffstat (limited to 'main/qemu/APKBUILD')
-rw-r--r-- | main/qemu/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/qemu/APKBUILD b/main/qemu/APKBUILD index abf3c855a..30cd47525 100644 --- a/main/qemu/APKBUILD +++ b/main/qemu/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qemu -pkgver=0.14.0 -pkgrel=1 +pkgver=0.14.1 +pkgrel=0 pkgdesc="QEMU is a generic machine emulator and virtualizer" url="http://www.nongnu.org/qemu/" arch="all" @@ -30,7 +30,6 @@ $pkgname-img " source="http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz qemu-libm.patch - qemu-vhost-fix-dirty-page-handling.patch 80-kvm.rules " @@ -106,7 +105,6 @@ img() { "$subpkgdir"/usr/bin/ } -md5sums="f9d145d5c09de9f0984ffe9bd1229970 qemu-0.14.0.tar.gz +md5sums="b6c713a8db638e173af53a62d5178640 qemu-0.14.1.tar.gz 70a4336c31600ce00838b056f0d08452 qemu-libm.patch -07ac0525259a8a5a98c441cbbdceceef qemu-vhost-fix-dirty-page-handling.patch 66660f143235201249dc0648b39b86ee 80-kvm.rules" |