diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-05-12 10:06:24 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-05-12 10:06:24 +0000 |
commit | 80fbeb166df8e70e82fc40aa50dba99a4cd3f9b6 (patch) | |
tree | e5c9150bd64df0b694acc22437383353e3785537 /community/mate-panel | |
parent | 680936f5951f902232f3ce92c2c02d41b8e7d929 (diff) | |
download | aports-80fbeb166df8e70e82fc40aa50dba99a4cd3f9b6.tar.bz2 aports-80fbeb166df8e70e82fc40aa50dba99a4cd3f9b6.tar.xz |
community/mate-panel: upgrade to 1.21.0
Diffstat (limited to 'community/mate-panel')
-rw-r--r-- | community/mate-panel/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mate-panel/APKBUILD b/community/mate-panel/APKBUILD index 983228488c..11d9bd7837 100644 --- a/community/mate-panel/APKBUILD +++ b/community/mate-panel/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-panel -pkgver=1.20.1 +pkgver=1.21.0 pkgrel=0 pkgdesc="The MATE panel is the area on your desktop from which you can run applications" url="https://github.com/mate-desktop/mate-panel" @@ -36,4 +36,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="1edeb77018473c51f9d5f432d45459a449774cda684e1186a3c1daea51347f5ef529dce7061e9808721af4b4b9822c6d19d8e4729450de39f858b1cc8ec40b1e mate-panel-1.20.1.tar.xz" +sha512sums="053f4f3a4451b86638ca6ad79a7bea70db0fd9a2fe88ce6bd640ac6110d7401db91d60386ec674624f48fd5348de23110a1032aa590c798d2aa584861435417b mate-panel-1.21.0.tar.xz" |