diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-10-25 11:12:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-28 07:07:00 +0700 |
commit | 5d15ddc36ee60e24f59c1e5e5993f9ace0a304e4 (patch) | |
tree | 332db189f518af961c58f2d8c847810c981fda24 /libraries/appstream-glib | |
parent | a760d363ff12eb2bc468714c7802a3bc9981f427 (diff) |
libraries/appstream-glib: Updated for version 0.7.3.
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 6ae59becb3a6..860b41b0c2d6 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.2} +VERSION=${VERSION:-0.7.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 2087de1d56a3..475f347cbc88 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.2" +VERSION="0.7.3" HOMEPAGE="https://github.com/hughsie/appstream-glib" -DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_2/appstream-glib-appstream_glib_0_7_2.tar.gz" -MD5SUM="c1fa470735a33e7d102f514b35d30d15" +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_x86_64="" MD5SUM_x86_64="" REQUIRES="meson json-glib gcab" |