summaryrefslogtreecommitdiffstats
path: root/jamulus
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-03-26 07:49:41 +0000
committer Eric Hameleers <alien@slackware.com>2021-03-26 07:49:41 +0000
commit800835294137bd958cba13c518a1f61a3b144beb (patch)
tree612e27e565af9bcbf77cd7287a06f937be720990 /jamulus
parent8770fe7ece36799b8c89afb9f5acba5226b81db3 (diff)
downloadasb-800835294137bd958cba13c518a1f61a3b144beb.tar.gz
asb-800835294137bd958cba13c518a1f61a3b144beb.tar.xz
jamulus: update to 3.7.0
Diffstat (limited to 'jamulus')
-rwxr-xr-xjamulus/build/jamulus.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/jamulus/build/jamulus.SlackBuild b/jamulus/build/jamulus.SlackBuild
index 3bb4e4a7..3d5357db 100755
--- a/jamulus/build/jamulus.SlackBuild
+++ b/jamulus/build/jamulus.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -27,7 +27,7 @@
# By: Eric Hameleers <alien@slackware.com>
# For: jamulus
# Descr: internet jam session software
-# URL: https://github.com/corrados/jamulus/
+# URL: https://jamulus.io/
# Build needs:
# Needs: jack2
# Changelog:
@@ -41,6 +41,8 @@
# * Update.
# 3.6.2-1: 20/dec/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.7.0-1: 26/mar/2021 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 .
@@ -49,7 +51,7 @@
# -----------------------------------------------------------------------------
PRGNAM=jamulus
-VERSION=${VERSION:-3.6.2}
+VERSION=${VERSION:-3.7.0}
SRCVER=$(echo $VERSION | tr . _)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}