diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-23 15:35:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-23 15:35:43 +0000 |
commit | 58fdbcde11d63e8b63945f40b28fab5b65409681 (patch) | |
tree | cc92a14b32637a141325b622c90a572e9db03f09 /community/xfce4-notifyd | |
parent | 6b0e0343d37489f27920917d292cfafa31462e01 (diff) | |
download | aports-58fdbcde11d63e8b63945f40b28fab5b65409681.tar.bz2 aports-58fdbcde11d63e8b63945f40b28fab5b65409681.tar.xz |
community/xfce4-notifyd: upgrade to 0.4.4
Diffstat (limited to 'community/xfce4-notifyd')
-rw-r--r-- | community/xfce4-notifyd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xfce4-notifyd/APKBUILD b/community/xfce4-notifyd/APKBUILD index 5ddf986bca..054035e8e4 100644 --- a/community/xfce4-notifyd/APKBUILD +++ b/community/xfce4-notifyd/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-notifyd -pkgver=0.4.3 +pkgver=0.4.4 pkgrel=0 pkgdesc="Notification daemon for the xfce desktop" url="https://docs.xfce.org/apps/notifyd/" @@ -34,4 +34,4 @@ package() { rm -rf "$pkgdir"/usr/lib/systemd } -sha512sums="eed16d863dddfe29ce6dd1e34260ae64f558bc5ffe5af837e293a9492b728a400338b950116fb934f0b3d0a76ed8fd280aacd075d44524be614bb27257b99a9e xfce4-notifyd-0.4.3.tar.bz2" +sha512sums="546a5063673e36ef26bcdac624bfcef41a14918dbb496fb3d282613334f173b51669184b6bcfbee0f07a17863620898be2f464e487ca9755abe7285d6a43d8d5 xfce4-notifyd-0.4.4.tar.bz2" |