diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-15 18:19:59 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-23 08:44:17 +0700 |
commit | b0477dc762c37faca1567bc28a6346e461012d72 (patch) | |
tree | 0f6d0955bd4672824329531db15b38666e24484c /audio/synthv1/synthv1.SlackBuild | |
parent | 7d46fbad669505a7c8e0a968c103b807cfd7616b (diff) |
audio/synthv1: Updated for version 0.9.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/synthv1/synthv1.SlackBuild')
-rw-r--r-- | audio/synthv1/synthv1.SlackBuild | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/audio/synthv1/synthv1.SlackBuild b/audio/synthv1/synthv1.SlackBuild index 57d15aacfb6f1..d5806adbfe5b6 100644 --- a/audio/synthv1/synthv1.SlackBuild +++ b/audio/synthv1/synthv1.SlackBuild @@ -6,24 +6,16 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 20180101 bkw: -# - updated for v0.8.6 - -# 20171220 bkw: -# - updated for v0.8.5. Skipped 0.8.4 due to compile errors. - -# 20170627 bkw: -# - updated for v0.8.3 - -# 20170614 bkw: -# - updated for v0.8.2 -# - build with qt4, remove qt5 requirement. not sure how I missed this -# the first time around... - +# 20180615 bkw: updated for v0.9.0 +# 20180101 bkw: updated for v0.8.6 +# 20171220 bkw: updated for v0.8.5. Skipped 0.8.4 due to compile errors. +# 20170627 bkw: updated for v0.8.3 +# 20170614 bkw: updated for v0.8.2. build with qt4, remove qt5 requirement +# not sure how I missed this the first time around... # 20170324 bkw: updated for v0.8.1 PRGNAM=synthv1 -VERSION=${VERSION:-0.8.6} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |