diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-11-12 17:23:08 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:19 +0700 |
commit | 22145abd151d6493d8413fce6d45f9194f0ceb90 (patch) | |
tree | 269676eed4edd1937e0d0801c391b3d2a61fdc92 /libraries/appstream-glib | |
parent | 13f683ebf993c55c32df95828c47854e671a5c18 (diff) | |
download | slackbuilds-22145abd151d6493d8413fce6d45f9194f0ceb90.tar.gz |
libraries/appstream-glib: Updated for version 0.7.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 860b41b0c2..5ecc3d4344 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.3} +VERSION=${VERSION:-0.7.4} 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 475f347cbc..70b6fbdd5b 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.3" +VERSION="0.7.4" HOMEPAGE="https://github.com/hughsie/appstream-glib" -DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_3/appstream-glib-appstream_glib_0_7_3.tar.gz" -MD5SUM="938334a1396577295a36c66570aa2794" +DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_4/appstream-glib-appstream_glib_0_7_4.tar.gz" +MD5SUM="c4f3f360aa1ce815500b2c8fdd243d3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="meson json-glib gcab" |