diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-15 09:09:29 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-15 10:20:03 +0000 |
commit | 1432d356000ce058e13821ae338e903945879196 (patch) | |
tree | 00e467d86d5f78838b6a71c4588be024f2577841 /community/mate-utils | |
parent | e45f5b5cab78f3ad0b60b9719826d34c0969c754 (diff) | |
download | aports-1432d356000ce058e13821ae338e903945879196.tar.bz2 aports-1432d356000ce058e13821ae338e903945879196.tar.xz |
community/mate-utils: upgrade to 1.20.0
Diffstat (limited to 'community/mate-utils')
-rw-r--r-- | community/mate-utils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mate-utils/APKBUILD b/community/mate-utils/APKBUILD index 11316405fd..91e7b0f8e4 100644 --- a/community/mate-utils/APKBUILD +++ b/community/mate-utils/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-utils -pkgver=1.19.1 +pkgver=1.20.0 pkgrel=0 pkgdesc="Utilities for the MATE Desktop" url="https://github.com/mate-desktop/mate-utils" @@ -34,4 +34,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="e282b0f8893f9153f7f3cceb2140d9ec8fb2a0a7cede47aaa1b11964579cd753908d468b373fb0f32b76285939da162babad4a56cdc9764edfef7b5ebaa6c197 mate-utils-1.19.1.tar.xz" +sha512sums="763994be3fe5a946b8b15f6346de6b7f3d59e5d72030cb35304d66f7da0975386a7e436d4af6466fd84141623469e4d9326aa5fb7e8d409207d061f9db25ecb6 mate-utils-1.20.0.tar.xz" |