diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-02-11 16:35:46 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2018-02-13 22:05:51 +1300 |
commit | 81e723df523ce6c0875511b4735994746eed045d (patch) | |
tree | 79cb6931a831939ab79685929ddaee7314736070 /libraries/appstream-glib | |
parent | 2774059af308e9ab7f61fa7729061895cc04716f (diff) |
libraries/appstream-glib: Updated for version 0.7.6.
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 04e8104d3395..2df9340c681a 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.5} +VERSION=${VERSION:-0.7.6} 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 511de00935d8..be8114f24b90 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.5" +VERSION="0.7.6" HOMEPAGE="https://github.com/hughsie/appstream-glib" -DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_5/appstream-glib-appstream_glib_0_7_5.tar.gz" -MD5SUM="b4a579909ccbad63b9991242eee605b2" +DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_6/appstream-glib-appstream_glib_0_7_6.tar.gz" +MD5SUM="77e34a89b882b3c625c6b5ea799ca6e4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="meson json-glib gcab" |