diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-31 15:08:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-31 15:08:19 +0000 |
commit | 4f6f25f4573ead961138da57abea8319bb6f8f01 (patch) | |
tree | 198618a01348ebd6cc3b3d61225f75ee87d7a5b8 | |
parent | 284d20e7a1a0ec3b7900600d6c801fbbded2f95f (diff) | |
download | aports-4f6f25f4573ead961138da57abea8319bb6f8f01.tar.bz2 aports-4f6f25f4573ead961138da57abea8319bb6f8f01.tar.xz |
main/xfce4-notes-plugin: upgrade to 1.7.4
-rw-r--r-- | main/xfce4-notes-plugin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xfce4-notes-plugin/APKBUILD b/main/xfce4-notes-plugin/APKBUILD index 42e7ccd175..4c8870cd11 100644 --- a/main/xfce4-notes-plugin/APKBUILD +++ b/main/xfce4-notes-plugin/APKBUILD @@ -1,7 +1,7 @@ # Contributor: # Maintainer: pkgname=xfce4-notes-plugin -pkgver=1.7.2 +pkgver=1.7.4 pkgrel=0 pkgdesc="Notes plugin for the Xfce4 desktop" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" @@ -33,4 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="054742ecc4bb83de6c1447b023938d3e xfce4-notes-plugin-1.7.2.tar.bz2" +md5sums="47bd8d19d807a471d9d4d09db2ebafb6 xfce4-notes-plugin-1.7.4.tar.bz2" |