diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-13 20:32:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-13 20:32:30 +0000 |
commit | 62db210f9b0685b021db9ddec38b83d6dfdbf2b5 (patch) | |
tree | 16dd30d1c7693c26697209b945fcfcfa633b693a /x11/exo/APKBUILD | |
parent | 7e31a2bf666c0879baf90cab294deca095c6e031 (diff) | |
download | aports-62db210f9b0685b021db9ddec38b83d6dfdbf2b5.tar.bz2 aports-62db210f9b0685b021db9ddec38b83d6dfdbf2b5.tar.xz |
x11/exo: upgrade to 0.3.104
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 8e67ccb75..ae167edbd 100644 --- a/x11/exo/APKBUILD +++ b/x11/exo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> # TODO: libnotify hal pkgname=exo -pkgver=0.3.102 +pkgver=0.3.104 pkgrel=0 pkgdesc="Extensions to Xfce by os-cillation" url="http://www.os-cillation.com/article.php?sid=40" @@ -28,4 +28,4 @@ build () make || return 1 make DESTDIR="$pkgdir" install || return 1 } -md5sums="fdc554faa86fd1d383461c257ed48da6 exo-0.3.102.tar.bz2" +md5sums="a2cf8c5f53dda6136550f8185626c745 exo-0.3.104.tar.bz2" |