diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-06-21 21:23:24 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-22 20:26:42 +0700 |
commit | 4d623051c958a7bc46352de5ee5f6ce5c1c19efd (patch) | |
tree | e5fbdd8d2d9c232ed9cbefac3c13b5b331ea0fc4 /libraries | |
parent | 480766027127814296d0004a0142832dd22cb279 (diff) |
libraries/appstream-glib: Updated for version 0.8.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/appstream-glib/appstream-glib.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/appstream-glib/appstream-glib.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/appstream-glib/appstream-glib.SlackBuild b/libraries/appstream-glib/appstream-glib.SlackBuild index 090772116acb3..5e52c16733ce3 100644 --- a/libraries/appstream-glib/appstream-glib.SlackBuild +++ b/libraries/appstream-glib/appstream-glib.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for appstream-glib # Copyright 2017-2021 Andrew Clemons, Wellington New Zealand -# Copyright 2022 Andrew Clemons, Tokyo Japan +# Copyright 2022,2024 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=appstream-glib -VERSION=${VERSION:-0.8.2} +VERSION=${VERSION:-0.8.3} 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 70aed3ed0dda6..9e3aea5f9d3a1 100644 --- a/libraries/appstream-glib/appstream-glib.info +++ b/libraries/appstream-glib/appstream-glib.info @@ -1,8 +1,8 @@ PRGNAM="appstream-glib" -VERSION="0.8.2" +VERSION="0.8.3" HOMEPAGE="https://github.com/hughsie/appstream-glib" -DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_8_2/appstream-glib-appstream_glib_0_8_2.tar.gz" -MD5SUM="96e82a83c11a3d5cba1662d1dda0e41d" +DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_8_3/appstream-glib-appstream_glib_0_8_3.tar.gz" +MD5SUM="9818702cda4bda00eeec2db9758e4a20" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gcab" |