summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjamulus/build/jamulus.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/jamulus/build/jamulus.SlackBuild b/jamulus/build/jamulus.SlackBuild
index ea869eb0..56467759 100755
--- a/jamulus/build/jamulus.SlackBuild
+++ b/jamulus/build/jamulus.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -45,6 +45,8 @@
# * Update.
# 3.8.1-1: 28/oct/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.8.2-1: 28/feb/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 .
@@ -53,7 +55,7 @@
# -----------------------------------------------------------------------------
PRGNAM=jamulus
-VERSION=${VERSION:-3.8.1}
+VERSION=${VERSION:-3.8.2}
SRCVER=$(echo $VERSION | tr . _)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}