From 2966f7ca793be5c9d908ebf377b4abe136f9b7ca Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 15 Jun 2023 20:38:07 +0000 Subject: daw_base: added surge-xt to the DAW template. --- daw_base/build/daw_base.SlackBuild | 6 ++++-- 1 file 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 # * Fix file ownership in the package. +# 1.2-17: 15/jun/2023 by Eric Hameleers +# * 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? -- cgit v1.2.3