summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-06-15 20:38:07 +0000
committer Eric Hameleers <alien@slackware.com>2023-06-15 20:38:07 +0000
commit2966f7ca793be5c9d908ebf377b4abe136f9b7ca (patch)
treeb580bd1796f7b22642a3fc21b257044b89942a06
parentd7cbc14e6d0378ab1d9e1d386dac10a219a8bbf0 (diff)
downloadasb-2966f7ca793be5c9d908ebf377b4abe136f9b7ca.tar.gz
asb-2966f7ca793be5c9d908ebf377b4abe136f9b7ca.tar.xz
daw_base: added surge-xt to the DAW template.
-rwxr-xr-xdaw_base/build/daw_base.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/daw_base/build/daw_base.SlackBuild b/daw_base/build/daw_base.SlackBuild
index ee13f06c..3444f02e 100755
--- a/daw_base/build/daw_base.SlackBuild
+++ b/daw_base/build/daw_base.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021, 2022, 2023 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -72,6 +72,8 @@
# soundfont-unison speex twolame uriparser to the DAW template.
# 1.2-16: 31/sep/2022 by Eric Hameleers <alien@slackware.com>
# * Fix file ownership in the package.
+# 1.2-17: 15/jun/2023 by Eric Hameleers <alien@slackware.com>
+# * Added surge-xt 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 .
@@ -82,7 +84,7 @@
PRGNAM=daw_base
VERSION=${VERSION:-1.2}
ARCH=noarch
-BUILD=${BUILD:-16}
+BUILD=${BUILD:-17}
TAG=${TAG:-alien}
# Where do we look for sources?