diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-07-21 11:09:45 +1200 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2018-07-21 11:23:55 +1200 |
commit | 679e3734d98555104ebfbea0ae68eb5fc784a592 (patch) | |
tree | 110de50fbf660c3c52b27c0db69368bedc8e7b72 /libraries | |
parent | 0e3a6a160da186436341766ac27408ffc09022d8 (diff) | |
download | slackbuilds-679e3734d98555104ebfbea0ae68eb5fc784a592.tar.gz |
libraries/appstream-glib: Updated for version 0.7.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'libraries')
-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 fdb754c3cd..2f23623dd6 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.9} +VERSION=${VERSION:-0.7.10} 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 f91283aca0..3adf86335b 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.9" +VERSION="0.7.10" HOMEPAGE="https://github.com/hughsie/appstream-glib" -DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_9/appstream-glib-appstream_glib_0_7_9.tar.gz" -MD5SUM="961d168f1af2e9e09b09b5640577ac56" +DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_10/appstream-glib-appstream_glib_0_7_10.tar.gz" +MD5SUM="2c163f94fa3f0b91a43335aaf3507206" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="meson json-glib gcab" |