summaryrefslogtreecommitdiffstats
path: root/ardour
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-03-25 10:14:45 +0000
committer Eric Hameleers <alien@slackware.com>2021-03-25 10:14:45 +0000
commit3b52e1ccad8a51a20d4df876eeb431d367bf7e2b (patch)
tree4a41fea0069084bbd34bb2890d402bc54bff64ec /ardour
parent230863dd165c7d516337eba3d55f199dff0ec7e8 (diff)
downloadasb-3b52e1ccad8a51a20d4df876eeb431d367bf7e2b.tar.gz
asb-3b52e1ccad8a51a20d4df876eeb431d367bf7e2b.tar.xz
ardour: updated to 6.6.0
Diffstat (limited to 'ardour')
-rwxr-xr-xardour/build/ardour.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/ardour/build/ardour.SlackBuild b/ardour/build/ardour.SlackBuild
index 5ba6f38e..b9ee674d 100755
--- a/ardour/build/ardour.SlackBuild
+++ b/ardour/build/ardour.SlackBuild
@@ -48,6 +48,8 @@
# * Update.
# 6.5-2: 10/dec/2020 by Eric Hameleers <alien@slackware.com>
# * Rebuilt against the "Big Merge" of Plasma5.
+# 6.6-1: 24/mar/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh ardour.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -57,9 +59,9 @@
PRGNAM=ardour
SRCNAM=${PRGNAM^}
-VERSION=${VERSION:-6.5.0}
-TAG=$(echo $VERSION |cut -d. -f1,2)
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-6.6.0}
+GITTAG=$(echo $VERSION |cut -d. -f1,2)
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
PKGTYPE="txz"
@@ -99,7 +101,7 @@ src_checkout() {
CODIR=$(dirname ${2})
case ${1} in
0) GITURI="https://github.com/${PRGNAM}/${PRGNAM}.git"
- BRANCH="${TAG}"
+ BRANCH="${GITTAG}"
RETDIR=$(pwd)
mkdir -p $CODIR/${PRGNAM}_temp_checkout_$$ \
&& cd $CODIR/${PRGNAM}_temp_checkout_$$