diff options
-rw-r--r-- | testing/thunar-volman/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/thunar-volman/APKBUILD b/testing/thunar-volman/APKBUILD index aa59199580..e092d537d1 100644 --- a/testing/thunar-volman/APKBUILD +++ b/testing/thunar-volman/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=thunar-volman -pkgver=0.5.2 -pkgrel=1 +pkgver=0.6.0 +pkgrel=0 pkgdesc="Thunar extension for volumes management" url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman" arch="all" @@ -33,4 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="6c98bd82c0348b76d6548f8eca96113b thunar-volman-0.5.2.tar.bz2" +md5sums="2f166662dd100d5195da238af417f305 thunar-volman-0.6.0.tar.bz2" |