diff options
author | Alan Lacerda <alacerda@alpinelinux.org> | 2015-03-19 14:34:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-23 12:23:04 +0000 |
commit | 2d91f1937d7e39e7a8e7c6bb67d963c8cf787a1c (patch) | |
tree | b78636370fa40b5d79f56a30075522431cf847a8 /testing | |
parent | 014c3e15a01d6cbd68b10dafc2e0ef361e7c678f (diff) | |
download | aports-2d91f1937d7e39e7a8e7c6bb67d963c8cf787a1c.tar.bz2 aports-2d91f1937d7e39e7a8e7c6bb67d963c8cf787a1c.tar.xz |
testing/mate-notification-daemon: upgrade to 1.9.90
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mate-notification-daemon/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/mate-notification-daemon/APKBUILD b/testing/mate-notification-daemon/APKBUILD index 6c8ff64364..532bb32149 100644 --- a/testing/mate-notification-daemon/APKBUILD +++ b/testing/mate-notification-daemon/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: pkgname=mate-notification-daemon -pkgver=1.9.1 +pkgver=1.9.90 pkgrel=0 pkgdesc="Small, passive popup dialogs that notify the user of particular events" url="https://github.com/mate-desktop/mate-notification-daemon" @@ -42,6 +42,6 @@ package() { find "$pkgdir" -name \*.la -delete } -md5sums="d16d7315cadf475dbee5c72492d418aa mate-notification-daemon-1.9.1.tar.xz" -sha256sums="f00feeb38c56fdcabef5cc9a134a8e9da888033d20bdf60a7649c2f7b5160597 mate-notification-daemon-1.9.1.tar.xz" -sha512sums="71f5125e47d9b0c0ddb3a80302a3fc66f78c512b775413d2e550aa7b928aea064954a1744bfdad3d1217885fcfff73bd958cbbb3115924b5b282afae00a1b47a mate-notification-daemon-1.9.1.tar.xz" +md5sums="fdd243c649f64ea6dbab2e3defe64aa2 mate-notification-daemon-1.9.90.tar.xz" +sha256sums="e6f97a3dcab652500b1b4ce0ab47331a5bd5eb81d250c763666b1f791b831d57 mate-notification-daemon-1.9.90.tar.xz" +sha512sums="19e6dde45717198d8fa81f7b8dbd7df2acc21bbf9354facb4f581d8bc971d582e5021c6260880dd6db28d6e0018a499d7472f01cf26bc7ead72b61c4c468f913 mate-notification-daemon-1.9.90.tar.xz" |