diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-23 08:56:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-23 08:56:30 +0000 |
commit | 060c62a3f944ff33ea85be51e318603bb13d1ff6 (patch) | |
tree | cd5c01b31f5ea3702b222d670873afc711b09459 /main/libice/APKBUILD | |
parent | c9acfdfe8221df2427a205ebd24186368687d4d8 (diff) | |
download | aports-060c62a3f944ff33ea85be51e318603bb13d1ff6.tar.bz2 aports-060c62a3f944ff33ea85be51e318603bb13d1ff6.tar.xz |
main/libice: upgrade to 1.0.7
Diffstat (limited to 'main/libice/APKBUILD')
-rw-r--r-- | main/libice/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libice/APKBUILD b/main/libice/APKBUILD index 5082459a16..2fde634a6a 100644 --- a/main/libice/APKBUILD +++ b/main/libice/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libice -pkgver=1.0.6 -pkgrel=4 +pkgver=1.0.7 +pkgrel=0 pkgdesc="X11 Inter-Client Exchange library" url="http://xorg.freedesktop.org/" license="custom" @@ -22,4 +22,4 @@ package() { cd "$srcdir"/libICE-$pkgver make DESTDIR="$pkgdir" install || return 1 } -md5sums="2d39bc924af24325dae589e9a849180c libICE-1.0.6.tar.bz2" +md5sums="bb72a732b15e9dc25c3036559387eed5 libICE-1.0.7.tar.bz2" |