diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-19 10:48:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-19 10:51:22 +0000 |
commit | 20a537e7750895e8aa4f9c36af6c8eeaf0d58062 (patch) | |
tree | e751a800cbd547e898f13281a35ee39a878117dd | |
parent | 0a4f60bbd163359409182f4616c3efc95241adc8 (diff) | |
download | aports-20a537e7750895e8aa4f9c36af6c8eeaf0d58062.tar.bz2 aports-20a537e7750895e8aa4f9c36af6c8eeaf0d58062.tar.xz |
main/xfce-utils: upgrade to 4.8.2
-rw-r--r-- | main/xfce-utils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xfce-utils/APKBUILD b/main/xfce-utils/APKBUILD index 533292e981..d50ff0fe31 100644 --- a/main/xfce-utils/APKBUILD +++ b/main/xfce-utils/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce-utils -pkgver=4.8.1 +pkgver=4.8.2 pkgrel=0 pkgdesc="Utilities for Xfce" url="http://www.xfce.org/" @@ -27,4 +27,4 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 } -md5sums="e39866365a45f7a1e7284b93eb4f92f0 xfce-utils-4.8.1.tar.bz2" +md5sums="7f48198f4bee3edf7869064c2922c609 xfce-utils-4.8.2.tar.bz2" |