diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-11 09:23:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-11 09:23:57 +0000 |
commit | 6785332a3e65227e6d14033a9486a373029b6fca (patch) | |
tree | a4a0d07a171be35b65dda661ed44a53a90d92349 | |
parent | 43ee574b25ea5b5eede2b42adcb3bbebe9c85dba (diff) | |
download | aports-6785332a3e65227e6d14033a9486a373029b6fca.tar.bz2 aports-6785332a3e65227e6d14033a9486a373029b6fca.tar.xz |
main/spice-protocol: upgrade to 0.12.2
-rw-r--r-- | main/spice-protocol/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/spice-protocol/APKBUILD b/main/spice-protocol/APKBUILD index 57f818d0f0..ef116b1b0b 100644 --- a/main/spice-protocol/APKBUILD +++ b/main/spice-protocol/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=spice-protocol -pkgver=0.10.1 +pkgver=0.12.2 pkgrel=0 pkgdesc="Spice protocol header files" url="http://www.spice-space.org/" @@ -38,4 +38,4 @@ package() { rm -f "$pkgdir"/usr/lib/*.la } -md5sums="7147ef0d9295dbe44510870f8d047e9c spice-protocol-0.10.1.tar.bz2" +md5sums="8bab5b67a00ec8429334963d361692ab spice-protocol-0.12.2.tar.bz2" |