summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-08-18 11:50:25 +0000
committer Eric Hameleers <alien@slackware.com>2021-08-18 11:50:25 +0000
commit61199063cd322585502ea0b9f6d265c5299822ae (patch)
tree77f86fe661f28a945717f39be525850de1f1a604
parent6ddb72412f369d372b0f212458705d64bff29109 (diff)
downloadasb-61199063cd322585502ea0b9f6d265c5299822ae.tar.gz
asb-61199063cd322585502ea0b9f6d265c5299822ae.tar.xz
ardour: update to 6.9.0
-rwxr-xr-xardour/build/ardour.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/ardour/build/ardour.SlackBuild b/ardour/build/ardour.SlackBuild
index 8181595b..a1efdcc6 100755
--- a/ardour/build/ardour.SlackBuild
+++ b/ardour/build/ardour.SlackBuild
@@ -54,6 +54,8 @@
# * Update.
# 6.8-1: 07/jul/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 6.9-1: 17/aug/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 .
@@ -63,7 +65,7 @@
PRGNAM=ardour
SRCNAM=${PRGNAM^}
-VERSION=${VERSION:-6.8.0}
+VERSION=${VERSION:-6.9.0}
GITTAG=$(echo $VERSION |cut -d. -f1,2)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}