diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:44:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:59:46 +0000 |
commit | fa2ed80e5038b2049ed8a66efd05dc243e88afd4 (patch) | |
tree | a180c3894fbc6673bb773ad7dd5fe74a1717951a /main/xfce4-notifyd | |
parent | 886e50a783bdf5e735d79f7b9c6088b2194c89d8 (diff) | |
download | aports-fa2ed80e5038b2049ed8a66efd05dc243e88afd4.tar.bz2 aports-fa2ed80e5038b2049ed8a66efd05dc243e88afd4.tar.xz |
main/xfce4-notifyd: upgrade to 0.3.6
Diffstat (limited to 'main/xfce4-notifyd')
-rw-r--r-- | main/xfce4-notifyd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xfce4-notifyd/APKBUILD b/main/xfce4-notifyd/APKBUILD index 1fd6216070..469b6652a5 100644 --- a/main/xfce4-notifyd/APKBUILD +++ b/main/xfce4-notifyd/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-notifyd -pkgver=0.3.5 +pkgver=0.3.6 pkgrel=0 pkgdesc="notification daemon for the xfce desktop" url="http://spuriousinterrupt.org/projects/xfce4-notifyd" @@ -38,4 +38,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -sha512sums="292d5e3ef5358195136592b7b51b893fff03f597cb2bf05ecffd58733e6d130f135d86aa9e3453490eeae2096f3cde9a11627ee074a35d4e1f3a2488a706d10e xfce4-notifyd-0.3.5.tar.bz2" +sha512sums="96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf xfce4-notifyd-0.3.6.tar.bz2" |