summaryrefslogtreecommitdiffstats
path: root/jamulus
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-02-28 08:26:21 +0000
committer Eric Hameleers <alien@slackware.com>2022-02-28 08:26:21 +0000
commit1560eff4270f0c1f9385a6d1986effa9eedae014 (patch)
tree42512afcd7e3ceb1aedb67dc4a1a9106c475bed4 /jamulus
parent77a2debd080552b5b32f13d228e55385b9a272b8 (diff)
downloadasb-1560eff4270f0c1f9385a6d1986effa9eedae014.tar.gz
asb-1560eff4270f0c1f9385a6d1986effa9eedae014.tar.xz
jamulus: update to 3.8.2
Diffstat (limited to 'jamulus')
-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) "}