summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-08-10 14:28:34 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-10 14:28:34 +0000
commit99ef6db3dec8d553d9bbfe00e7d536f3828932d8 (patch)
tree46a1af540376a8eacdae27f9b36ff395d4142e5f
parent4f8f1f0e54b82dd0ed690bb564d0280a45248356 (diff)
downloadasb-99ef6db3dec8d553d9bbfe00e7d536f3828932d8.tar.gz
asb-99ef6db3dec8d553d9bbfe00e7d536f3828932d8.tar.xz
appstream: update to 0.16.2
-rwxr-xr-xappstream/build/appstream.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/appstream/build/appstream.SlackBuild b/appstream/build/appstream.SlackBuild
index 38962365..0fe94000 100755
--- a/appstream/build/appstream.SlackBuild
+++ b/appstream/build/appstream.SlackBuild
@@ -35,6 +35,8 @@
# * Initial build.
# 0.16.1-1: 18/feb/2023 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.16.2-1: 10/aug/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh appstream.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +46,7 @@
PRGNAM=appstream
SRCNAM=AppStream
-VERSION=${VERSION:-0.16.1}
+VERSION=${VERSION:-0.16.2}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}