diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-08-24 10:26:30 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-25 09:59:40 +0700 |
commit | b16816997feeae7d63475de60d9c65fcabdeeae6 (patch) | |
tree | bb63d64ffbfcbfeb2a16cedf256377c35b7c13e0 /libraries/appstream-glib | |
parent | 5f06338a2480795e6bb55d6059400028d62fdc46 (diff) | |
download | slackbuilds-b16816997feeae7d63475de60d9c65fcabdeeae6.tar.gz |
libraries/appstream-glib: Updated for version 0.7.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'libraries/appstream-glib')
-rw-r--r-- | libraries/appstream-glib/appstream-glib.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/appstream-glib/appstream-glib.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/appstream-glib/appstream-glib.SlackBuild b/libraries/appstream-glib/appstream-glib.SlackBuild index 3c32439a5d..b501b920e2 100644 --- a/libraries/appstream-glib/appstream-glib.SlackBuild +++ b/libraries/appstream-glib/appstream-glib.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=appstream-glib -VERSION=${VERSION:-0.7.11} +VERSION=${VERSION:-0.7.12} SRCVERSION=$(echo "$PRGNAM" | tr - _)_$(echo "$VERSION" | tr . _) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/appstream-glib/appstream-glib.info b/libraries/appstream-glib/appstream-glib.info index fc139b4ff9..e6d4b697bc 100644 --- a/libraries/appstream-glib/appstream-glib.info +++ b/libraries/appstream-glib/appstream-glib.info @@ -1,8 +1,8 @@ PRGNAM="appstream-glib" -VERSION="0.7.11" +VERSION="0.7.12" HOMEPAGE="https://github.com/hughsie/appstream-glib" -DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_11/appstream-glib-appstream_glib_0_7_11.tar.gz" -MD5SUM="fe61f207e163f81c3caea6acfc113df7" +DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_12/appstream-glib-appstream_glib_0_7_12.tar.gz" +MD5SUM="0dd5caff8b1dffce2db6017274ee9511" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="meson json-glib gcab" |