diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-27 18:09:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-27 18:09:38 +0000 |
commit | 3f4e726a98a5e6003f7b5fe2dbb7018f338cc79a (patch) | |
tree | 9cd6bf82b6ce4a6e5cc33fbeeaf11bdd416e9092 /main/exo | |
parent | d611985d17114b1168939f4c7ee451f296df5516 (diff) | |
download | aports-3f4e726a98a5e6003f7b5fe2dbb7018f338cc79a.tar.bz2 aports-3f4e726a98a5e6003f7b5fe2dbb7018f338cc79a.tar.xz |
main/exo: upgrade to 0.3.107
Diffstat (limited to 'main/exo')
-rw-r--r-- | main/exo/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/exo/APKBUILD b/main/exo/APKBUILD index 897f279f9..427aafd5f 100644 --- a/main/exo/APKBUILD +++ b/main/exo/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> # TODO: hal pkgname=exo -pkgver=0.3.106 -pkgrel=2 +pkgver=0.3.107 +pkgrel=0 pkgdesc="Extensions to Xfce by os-cillation" url="http://www.os-cillation.com/article.php?sid=40" license="GPL-2 LGPL-2" @@ -31,4 +31,4 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 } -md5sums="927905f89252fa397e50d7a4fbf3c9a7 exo-0.3.106.tar.bz2" +md5sums="3a92cca0c99ee940db4410891c9e8498 exo-0.3.107.tar.bz2" |