diff options
Diffstat (limited to 'x11/exo/APKBUILD')
-rw-r--r-- | x11/exo/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/exo/APKBUILD b/x11/exo/APKBUILD index a277ab04d2..6b7d6ef966 100644 --- a/x11/exo/APKBUILD +++ b/x11/exo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> # TODO: hal pkgname=exo -pkgver=0.3.105 +pkgver=0.3.106 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="ba87f84894498bf23ae39d849c55f98c exo-0.3.105.tar.bz2" +md5sums="927905f89252fa397e50d7a4fbf3c9a7 exo-0.3.106.tar.bz2" |