diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-03 12:18:49 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-03 12:18:49 +0000 |
commit | 5594d789ad9a1ad21377e43faf7a7cd42f284a24 (patch) | |
tree | 62e2a4d2dc12fb76d589068896e0f27910963d1a /community/mate-notification-daemon/APKBUILD | |
parent | 7031ecf9eac44a9c4f522ca71821f3c5657f0b11 (diff) | |
download | aports-5594d789ad9a1ad21377e43faf7a7cd42f284a24.tar.bz2 aports-5594d789ad9a1ad21377e43faf7a7cd42f284a24.tar.xz |
community/mate-notification-daemon: upgrade to 1.21.0
Diffstat (limited to 'community/mate-notification-daemon/APKBUILD')
-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 8801df07ff..feeaf59434 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.20.0 +pkgver=1.21.0 pkgrel=0 pkgdesc="Small, passive popup dialogs that notify the user of particular events" url="https://github.com/mate-desktop/mate-notification-daemon" @@ -35,4 +35,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="ef4a200f6e6c3c0311486183e51503b057c5a9f56417f2340b7809bb6fcbbc18d1bb8dbe677144f1fa028e5126cd6c7798e7bf2d95d6f4898251b8ddb2dc4416 mate-notification-daemon-1.20.0.tar.xz" +sha512sums="4efb563ade3d02f8aa3f5b691ee6bdf480a3627b2421869fa4cd606e828dc27f82d2f1af7f5e9c9dc3b77c34c9adbbb51ba4ab19310c72476ec8f4e8702b603b mate-notification-daemon-1.21.0.tar.xz" |