diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-04-07 04:45:16 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-04-07 04:45:16 +0000 |
commit | b1764e5a4512ae74bdfb89f3d0664c6ddf51c003 (patch) | |
tree | 4527715b3326ad8a0c9cdf6d317bfdd756c10f8b /community | |
parent | 2e4b9e0b6665e53970a42930c4f0a736e9d9a360 (diff) | |
download | aports-b1764e5a4512ae74bdfb89f3d0664c6ddf51c003.tar.bz2 aports-b1764e5a4512ae74bdfb89f3d0664c6ddf51c003.tar.xz |
community/mate-system-monitor: upgrade to 1.18.0
Diffstat (limited to 'community')
-rw-r--r-- | community/mate-system-monitor/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/mate-system-monitor/APKBUILD b/community/mate-system-monitor/APKBUILD index 03d41eca89..2ff2a97ac5 100644 --- a/community/mate-system-monitor/APKBUILD +++ b/community/mate-system-monitor/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-system-monitor -pkgver=1.16.0 +pkgver=1.18.0 pkgrel=0 pkgdesc="A system monitor for MATE" url="https://github.com/mate-desktop/mate-system-monitor" @@ -42,6 +42,4 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="bf293a874d01be2c67dc54c9e477c406 mate-system-monitor-1.16.0.tar.xz" -sha256sums="abbbfeba699f73a6eacb7545927693daba4fb6203a75170a93df4842cacd9fe1 mate-system-monitor-1.16.0.tar.xz" -sha512sums="6ee8e1d1a3af5e3b295c2cca74b3e6bdf8a09eb6aa7d63f13db006829c2df25b580b72cc8d6e34e2844b243999cd4f059a42aa67a88c60825defdb7880150796 mate-system-monitor-1.16.0.tar.xz" +sha512sums="95e85b87f52db32f3c192c29b866020b78638462dd362376180087f24c041b690d3bb66d8ad1174abc89051450efe1f19171746204c68455ddcc6e965339db82 mate-system-monitor-1.18.0.tar.xz" |