diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-10-21 12:31:35 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-27 09:27:40 +0700 |
commit | a4c97a715ae943ee632592ae3bf75d5c0c4619c6 (patch) | |
tree | b096601c3274b17e2f9d224c126df2b3958e15ac /libraries/appstream-glib | |
parent | 1af5459f112496d4f8fa0bb50e7cc1e0bec0860e (diff) | |
download | slackbuilds-a4c97a715ae943ee632592ae3bf75d5c0c4619c6.tar.gz |
libraries/appstream-glib: Updated for version 0.7.14.
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 3af5fa7100..594b01e171 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.13} +VERSION=${VERSION:-0.7.14} 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 b90612f095..b2a08de447 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.13" +VERSION="0.7.14" HOMEPAGE="https://github.com/hughsie/appstream-glib" -DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_13/appstream-glib-appstream_glib_0_7_13.tar.gz" -MD5SUM="81565a7b45f7421fe31f99312cbe8462" +DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_14/appstream-glib-appstream_glib_0_7_14.tar.gz" +MD5SUM="fefee89385effad41890cd45ed05658c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="meson json-glib gcab" |