summaryrefslogtreecommitdiffstats
path: root/libostree
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-02-18 20:40:47 +0000
committer Eric Hameleers <alien@slackware.com>2023-02-18 20:40:47 +0000
commit472df4bb64c67f51bacd28548c21ccb16e8cdbe9 (patch)
treeb36821a26de3d64c7634b50705d5e1dfcd3e844b /libostree
parentbc1bc036e6d366fbd1e387c042ac6c1ad0c1a23b (diff)
downloadasb-472df4bb64c67f51bacd28548c21ccb16e8cdbe9.tar.gz
asb-472df4bb64c67f51bacd28548c21ccb16e8cdbe9.tar.xz
libostree: update to 2023.1
Diffstat (limited to 'libostree')
-rwxr-xr-xlibostree/build/libostree.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/libostree/build/libostree.SlackBuild b/libostree/build/libostree.SlackBuild
index 0d41b4df..eda887c8 100755
--- a/libostree/build/libostree.SlackBuild
+++ b/libostree/build/libostree.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2022 Eric Hameleers, Eindhoven, NL
+# Copyright 2022, 2023 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -31,8 +31,10 @@
# Build needs:
# Needs:
# Changelog:
-# 2022.6-1: 15/Oct/2022 by Eric Hameleers <alien@slackware.com>
+# 2022.6-1: 15/oct/2022 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 2023.1-1: 18/feb/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 .
@@ -42,7 +44,7 @@
OLDNAM=ostree
PRGNAM=libostree
-VERSION=${VERSION:-2022.6}
+VERSION=${VERSION:-2023.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}