diff options
author | Alan Lacerda <alacerda@alpinelinux.org> | 2015-10-12 13:39:39 +0000 |
---|---|---|
committer | Alan Lacerda <alacerda@alpinelinux.org> | 2015-10-12 13:39:39 +0000 |
commit | 40e819d39d7fc8ecf639e6858d7ca3e157caffc5 (patch) | |
tree | 2e905b91a93de2e5d68dea1dd9184ce4ec3f2a51 /main/mate-notification-daemon | |
parent | ee0478c5c05a16fcbff6f96f6ed72113ea50117d (diff) | |
download | aports-40e819d39d7fc8ecf639e6858d7ca3e157caffc5.tar.bz2 aports-40e819d39d7fc8ecf639e6858d7ca3e157caffc5.tar.xz |
main/mate-notification-daemon: upgrade to 1.10.2
Diffstat (limited to 'main/mate-notification-daemon')
-rw-r--r-- | main/mate-notification-daemon/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/mate-notification-daemon/APKBUILD b/main/mate-notification-daemon/APKBUILD index ddce55ff1c..646e6a387b 100644 --- a/main/mate-notification-daemon/APKBUILD +++ b/main/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.10.1 +pkgver=1.10.2 pkgrel=0 pkgdesc="Small, passive popup dialogs that notify the user of particular events" url="https://github.com/mate-desktop/mate-notification-daemon" @@ -43,6 +43,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="47b145c6cda51640d91b19e177078062 mate-notification-daemon-1.10.1.tar.xz" -sha256sums="cf93553ec53b39ef9ce00674faa6bd40952c85780d936f2e3eaa00382e3bd3bd mate-notification-daemon-1.10.1.tar.xz" -sha512sums="dbd7ab3466b2a872a37cad3c8ab6028f0f234e2c7d620ed4c26f7188678b8ff6f194c5f5e9387570775e86722acedb5db911bf4059b6452b3694f41ac843005d mate-notification-daemon-1.10.1.tar.xz" +md5sums="c3beee80a10efebf82fed86a0346fe93 mate-notification-daemon-1.10.2.tar.xz" +sha256sums="f421deaf684368cc426954bbd6ecd1aa518fa50f44c03e0f68a50ae8aa9b35b3 mate-notification-daemon-1.10.2.tar.xz" +sha512sums="6b7cc9c7450da340c2a6061307c46a0fdabb4ff28fd6dfa12180f4007fcd33ea936d767abae19c571e6f63fa8a261df40dfc2bfb38d8efebbe9becc4ba16dbcc mate-notification-daemon-1.10.2.tar.xz" |