diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-22 23:28:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-22 23:47:00 +0000 |
commit | c977ba739c189b6868ead830976476c908667962 (patch) | |
tree | ed7f3773abf6adc696203dd6d8a9d55fbf74f717 /main/exo | |
parent | 505a0dae2d511d6dcded903ee234dd0dd5e6a84e (diff) | |
download | aports-c977ba739c189b6868ead830976476c908667962.tar.bz2 aports-c977ba739c189b6868ead830976476c908667962.tar.xz |
main/exo: upgrade to 0.6.0
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 b32b037f30..f4dab6d1f3 100644 --- a/main/exo/APKBUILD +++ b/main/exo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> # TODO: hal pkgname=exo -pkgver=0.5.6 +pkgver=0.6.0 pkgrel=0 pkgdesc="Extensions to Xfce by os-cillation" url="http://www.os-cillation.com/article.php?sid=40" @@ -31,4 +31,4 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 } -md5sums="f739b307e656b908fa0d26d568979d7e exo-0.5.6.tar.bz2" +md5sums="ac9deafdf9de426d8a03855ac549f424 exo-0.6.0.tar.bz2" |