summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-08-10 14:37:32 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-10 14:37:32 +0000
commitddf78d72ccf4834f4bba1f085bbc4041721039a3 (patch)
treef79a2b9d7404c2d977a5febbe56311e1cc4aebf7
parenta0efe5bffd4a1d5c2077ddab2febbb0a562eb61e (diff)
downloadasb-ddf78d72ccf4834f4bba1f085bbc4041721039a3.tar.gz
asb-ddf78d72ccf4834f4bba1f085bbc4041721039a3.tar.xz
libostree: update to 2023.5
-rwxr-xr-xlibostree/build/libostree.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libostree/build/libostree.SlackBuild b/libostree/build/libostree.SlackBuild
index eda887c8..7b24bbbd 100755
--- a/libostree/build/libostree.SlackBuild
+++ b/libostree/build/libostree.SlackBuild
@@ -35,6 +35,8 @@
# * Initial build.
# 2023.1-1: 18/feb/2023 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2023.5-1: 10/aug/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh libostree.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 @@
OLDNAM=ostree
PRGNAM=libostree
-VERSION=${VERSION:-2023.1}
+VERSION=${VERSION:-2023.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}