summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-08-19 17:37:29 +0000
committer Eric Hameleers <alien@slackware.com>2021-08-19 17:37:29 +0000
commit5781f42ccfa87c7134256f274c86981d52482ff4 (patch)
treefa3608061d6da31a287ff3850508b9d9481782e9
parent5ccf5419fcfd7a2c431c94bc73a54dacabea60a1 (diff)
downloadasb-5781f42ccfa87c7134256f274c86981d52482ff4.tar.gz
asb-5781f42ccfa87c7134256f274c86981d52482ff4.tar.xz
daw_base: Added VCV Rack plugins: countmodula, mindmeldmodular, packone and squinkyvcv to the DAW template.
-rwxr-xr-xdaw_base/build/daw_base.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/daw_base/build/daw_base.SlackBuild b/daw_base/build/daw_base.SlackBuild
index 5cf34456..abc9330e 100755
--- a/daw_base/build/daw_base.SlackBuild
+++ b/daw_base/build/daw_base.SlackBuild
@@ -51,6 +51,9 @@
# to the DAW template.
# 1.2-7: 10/jul/2021 by Eric Hameleers <alien@slackware.com>
# * Added dgedit drumgizmo and libsmf to the DAW template.
+# 1.2-8: 19/aug/2021 by Eric Hameleers <alien@slackware.com>
+# * Added VCV Rack plugins: countmodula, mindmeldmodular,
+# packone and squinkyvcv to the DAW template.
#
# Run 'sh daw_base.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -61,7 +64,7 @@
PRGNAM=daw_base
VERSION=${VERSION:-1.2}
ARCH=noarch
-BUILD=${BUILD:-7}
+BUILD=${BUILD:-8}
TAG=${TAG:-alien}
# Where do we look for sources?
@@ -73,7 +76,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/daw.template"
-SRCURL="http://www.slackware.com/~alien/tools/templates/daw.template?"
+SRCURL="http://www.slackware.com/~alien/tools/templates/daw.template"
# Exit the script on errors:
set -e