diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-16 12:43:06 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-16 12:43:06 +0000 |
commit | 2f48b3e9ff10bc19843865046bd3d96211ff63e0 (patch) | |
tree | 94791c70a4cdbd1058b82a7e3c97f6b218a60877 /community/mate-notification-daemon | |
parent | b79ce84a6da3eb03b9f4f3f57818a3051cdee3ac (diff) | |
download | aports-2f48b3e9ff10bc19843865046bd3d96211ff63e0.tar.bz2 aports-2f48b3e9ff10bc19843865046bd3d96211ff63e0.tar.xz |
community/mate-notification-daemon: upgrade to 1.19.1
Diffstat (limited to 'community/mate-notification-daemon')
-rw-r--r-- | community/mate-notification-daemon/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mate-notification-daemon/APKBUILD b/community/mate-notification-daemon/APKBUILD index 6bd6b4456e..da6942aa9b 100644 --- a/community/mate-notification-daemon/APKBUILD +++ b/community/mate-notification-daemon/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-notification-daemon -pkgver=1.19.0 +pkgver=1.19.1 pkgrel=0 pkgdesc="Small, passive popup dialogs that notify the user of particular events" url="https://github.com/mate-desktop/mate-notification-daemon" @@ -34,4 +34,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="22513be47560300706b134e113c1b11a0b980e53ef977dd330f3aa8ee270b8dbf3e0f6f85cc363584defb8cd796fd38dc8a7f9e2a1fd904538075b61eec72e21 mate-notification-daemon-1.19.0.tar.xz" +sha512sums="928f1384ec294414d831291e788592ee12efc53e6ae375b3aa6c8b8f3df00faa9fa8b25a51e5d1b278e9323234da0cf72d23bb728d0c6b1f8ba373fd29d0bb32 mate-notification-daemon-1.19.1.tar.xz" |