diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-19 10:56:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-19 10:56:55 +0000 |
commit | 33a95df7b114e7dc483ed46ba546f35bc1ddbc8e (patch) | |
tree | 190f8e6cc4b2a9f1d5fd351892c01ed17d0028e9 /main/exo | |
parent | 80d32a57efecc40cb299796f527b76dd077b60d1 (diff) | |
download | aports-33a95df7b114e7dc483ed46ba546f35bc1ddbc8e.tar.bz2 aports-33a95df7b114e7dc483ed46ba546f35bc1ddbc8e.tar.xz |
main/exo: upgrade to 0.6.2
Diffstat (limited to 'main/exo')
-rw-r--r-- | main/exo/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/exo/APKBUILD b/main/exo/APKBUILD index 330afad9f7..27c1c80492 100644 --- a/main/exo/APKBUILD +++ b/main/exo/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=exo -pkgver=0.6.1 +pkgver=0.6.2 pkgrel=0 pkgdesc="Extensions to Xfce by os-cillation" url="http://www.os-cillation.com/article.php?sid=40" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 rm -f "$pkgdir"/usr/lib/*.la } -md5sums="2ae3d9a9dedc3adebb748fa8724e02ce exo-0.6.1.tar.bz2" +md5sums="e25333df350abc30999cd16fe96ab690 exo-0.6.2.tar.bz2" |