summaryrefslogtreecommitdiffstats
path: root/ardour
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-09-08 18:42:45 +0000
committer Eric Hameleers <alien@slackware.com>2020-09-08 18:42:45 +0000
commit7b2cd72423f2a8d19d13bc7a4e33befd2adb402d (patch)
tree86db6fd6d3a14d463a76ccabba7b91d4149cbbec /ardour
parent9a3fc68ad6072eb8e2106597e4f72b3e7e8e9a38 (diff)
downloadasb-7b2cd72423f2a8d19d13bc7a4e33befd2adb402d.tar.gz
asb-7b2cd72423f2a8d19d13bc7a4e33befd2adb402d.tar.xz
ardour: updated to 6.3
Diffstat (limited to 'ardour')
-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 5cb0b331..0178233c 100755
--- a/ardour/build/ardour.SlackBuild
+++ b/ardour/build/ardour.SlackBuild
@@ -40,6 +40,8 @@
# * Update.
# 6.2-1: 03/aug/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 6.3-1: 08/sep/2020 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 .
@@ -48,7 +50,7 @@
# -----------------------------------------------------------------------------
PRGNAM=ardour
-VERSION=${VERSION:-6.2}
+VERSION=${VERSION:-6.3}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}