diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-04-23 18:24:44 +1200 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2021-04-23 21:12:47 +1200 |
commit | 8dc2d96e94027d66b47376b15e15c3f6392c9fc5 (patch) | |
tree | cd470b2600c876dda3b31360ae316acf8314fec6 /libraries/appstream-glib/appstream-glib.SlackBuild | |
parent | 6d8df80a2ea9a097820361641469a33cb66db05f (diff) |
libraries/appstream-glib: Updated for version 0.7.18.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'libraries/appstream-glib/appstream-glib.SlackBuild')
-rw-r--r-- | libraries/appstream-glib/appstream-glib.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/appstream-glib/appstream-glib.SlackBuild b/libraries/appstream-glib/appstream-glib.SlackBuild index 97c43a904e5a..f51f8d949de5 100644 --- a/libraries/appstream-glib/appstream-glib.SlackBuild +++ b/libraries/appstream-glib/appstream-glib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for appstream-glib -# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2021 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=appstream-glib -VERSION=${VERSION:-0.7.15} +VERSION=${VERSION:-0.7.18} SRCVERSION=$(echo "$PRGNAM" | tr - _)_$(echo "$VERSION" | tr . _) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |