summaryrefslogtreecommitdiffstats
path: root/jamulus/build/jamulus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'jamulus/build/jamulus.SlackBuild')
-rwxr-xr-xjamulus/build/jamulus.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/jamulus/build/jamulus.SlackBuild b/jamulus/build/jamulus.SlackBuild
index 0038aab2..58ea8a05 100755
--- a/jamulus/build/jamulus.SlackBuild
+++ b/jamulus/build/jamulus.SlackBuild
@@ -49,6 +49,8 @@
# * Update.
# 3.9.0-1: 15/aug/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.9.1-1: 21/dec/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh jamulus.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -57,7 +59,7 @@
# -----------------------------------------------------------------------------
PRGNAM=jamulus
-VERSION=${VERSION:-3.9.0}
+VERSION=${VERSION:-3.9.1}
SRCVER=$(echo $VERSION | tr . _)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}