diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-06 20:31:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-06 20:49:43 +0000 |
commit | 187cea42bc20973abe49fa67e1d9481c4b2cf292 (patch) | |
tree | bb301cc9fecd3c4b52a0229bbc5ac7a69e81cb95 /main/exo | |
parent | 6744ec8274f331b5c019a8f0efa97fa247e797ce (diff) | |
download | aports-187cea42bc20973abe49fa67e1d9481c4b2cf292.tar.bz2 aports-187cea42bc20973abe49fa67e1d9481c4b2cf292.tar.xz |
main/exo: upgrade to 0.5.6
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 654f63d29..471acee0d 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.5 +pkgver=0.5.6 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="ee546951fd9d3846cfc67997d0f85b54 exo-0.5.5.tar.bz2" +md5sums="f739b307e656b908fa0d26d568979d7e exo-0.5.6.tar.bz2" |