diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-24 19:26:37 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-25 19:36:35 +0000 |
commit | c4cc0e45057ae2112566d42a929534be8085668f (patch) | |
tree | 6f1b3f72d1fad448407ea6dafbcf2f36f8ccd12a | |
parent | 8a9be36a4025f9913aa44bdffeb744accfffddcb (diff) | |
download | aports-c4cc0e45057ae2112566d42a929534be8085668f.tar.bz2 aports-c4cc0e45057ae2112566d42a929534be8085668f.tar.xz |
main/spice: upgrade to 0.10.1
-rw-r--r-- | main/spice/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/spice/APKBUILD b/main/spice/APKBUILD index 1fbad306ca..8b7166ffa1 100644 --- a/main/spice/APKBUILD +++ b/main/spice/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=spice -pkgver=0.10.0 -pkgrel=2 +pkgver=0.10.1 +pkgrel=0 pkgdesc="Implements the SPICE protocol" url="http://www.spice-space.org/" arch="all" @@ -59,5 +59,5 @@ client() { mv "$pkgdir"/usr/bin/spicec "$subpkgdir"/usr/bin/ } -md5sums="d9f0b0280c9e2291623c9560e156be26 spice-0.10.0.tar.bz2 +md5sums="70060129e274241b4a08e23e86de29a3 spice-0.10.1.tar.bz2 3e61fdc18bf201a2b54b332fdbe2912e cstdarg.patch" |