diff options
Diffstat (limited to 'audio/tap_plugins/tap_plugins.SlackBuild')
-rw-r--r-- | audio/tap_plugins/tap_plugins.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/tap_plugins/tap_plugins.SlackBuild b/audio/tap_plugins/tap_plugins.SlackBuild index c87a5ef8ae..05aa566856 100644 --- a/audio/tap_plugins/tap_plugins.SlackBuild +++ b/audio/tap_plugins/tap_plugins.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20171221 bkw: update for v1.0.0 + # 20151104 bkw: # update for v0.7.3, update docs to 20140526 # get rid of reverbed.sh wrapper script (patch reverbed instead) @@ -13,7 +15,7 @@ # add .desktop, icon for reverbed PRGNAM=tap_plugins -VERSION=${VERSION:-0.7.3} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |