diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 06:55:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 07:12:30 -0300 |
commit | dc69b577f59b803180611eadcdf6a6fe29552ef0 (patch) | |
tree | 9a86e458036f7c2f9af23faf792dc67e04826b2f /community/mate-menus/APKBUILD | |
parent | fb6531eadc4a4ffa5ce182c07ae9881cc9716f65 (diff) | |
download | aports-dc69b577f59b803180611eadcdf6a6fe29552ef0.tar.bz2 aports-dc69b577f59b803180611eadcdf6a6fe29552ef0.tar.xz |
community/mate-menus: upgrade to 1.24.0
Diffstat (limited to 'community/mate-menus/APKBUILD')
-rw-r--r-- | community/mate-menus/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mate-menus/APKBUILD b/community/mate-menus/APKBUILD index 9574f93f0f..bf6b15fc96 100644 --- a/community/mate-menus/APKBUILD +++ b/community/mate-menus/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-menus -pkgver=1.22.1 +pkgver=1.24.0 pkgrel=0 pkgdesc="The libmate-menu library, the layout configuration files for the MATE menu, as well as a simple menu editor" url="https://github.com/mate-desktop/mate-menus" arch="all" -license="GPL-2.0" +license="GPL-2.0-or-later" depends="mate-common" makedepends="libtool intltool glib-dev gobject-introspection-dev" subpackages="$pkgname-dev $pkgname-lang" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="2766cafa35c11da6f6d5d6129a5e39c09e73ca97f72382df757091198260a342d278c53f88cddf75e174231443c1015198dfa1800b3601d5b770553ec7047a00 mate-menus-1.22.1.tar.xz" +sha512sums="27f8ba0666b08fbcfc3f02a42e4b9f3d3431e3d171be0fe9569f412b2f9ead370fff15833feb920b64d2a067e81354970df2ee1c465f10faa3dbd9c97af20406 mate-menus-1.24.0.tar.xz" |