summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjack-example-tools/build/jack-example-tools.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/jack-example-tools/build/jack-example-tools.SlackBuild b/jack-example-tools/build/jack-example-tools.SlackBuild
index 89247386..504fe883 100755
--- a/jack-example-tools/build/jack-example-tools.SlackBuild
+++ b/jack-example-tools/build/jack-example-tools.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: jack2, zita-alsa-pcmi, zita-resampler
# Changelog:
-# 3-1: 02/rsSep/2022 by Eric Hameleers <alien@slackware.com>
+# 3-1: 02/sep/2022 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 4-1: 18/jun/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh jack-example-tools.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -41,7 +43,7 @@
# -----------------------------------------------------------------------------
PRGNAM=jack-example-tools
-VERSION=${VERSION:-3}
+VERSION=${VERSION:-4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}