diff options
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" |