diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-03 12:20:40 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-03 12:20:40 +0000 |
commit | 920d4e29872f00c0b677fca821f9b6e7e99b711b (patch) | |
tree | de270524fd2043671002574dbcb8a4cc027a2ea5 /community/mate-panel/APKBUILD | |
parent | 5594d789ad9a1ad21377e43faf7a7cd42f284a24 (diff) | |
download | aports-920d4e29872f00c0b677fca821f9b6e7e99b711b.tar.bz2 aports-920d4e29872f00c0b677fca821f9b6e7e99b711b.tar.xz |
community/mate-panel: upgrade to 1.21.1
Diffstat (limited to 'community/mate-panel/APKBUILD')
-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 11d9bd7837..a3f6afa0de 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.21.0 +pkgver=1.21.1 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="053f4f3a4451b86638ca6ad79a7bea70db0fd9a2fe88ce6bd640ac6110d7401db91d60386ec674624f48fd5348de23110a1032aa590c798d2aa584861435417b mate-panel-1.21.0.tar.xz" +sha512sums="68371bf26dec7e5074fdd9364ee3093ff9c28c78facbcab28190e7c587c5ed7f57fbeb44aad252bc7032f5e5a47b1f52cd04e8797f332a4d549fc8ffd3109f19 mate-panel-1.21.1.tar.xz" |