diff options
author | B. Watson <yalhcru@gmail.com> | 2017-12-22 02:13:15 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2017-12-27 18:09:36 -0600 |
commit | 1234595e833706c0fdba96711fccb896185f8cf2 (patch) | |
tree | 7d14cf520109673dab8e79bc627e951425e931cb /audio/tap_plugins/tap_plugins.SlackBuild | |
parent | 069c7b3cf890f1c7371b6ca741963c18a74c69db (diff) | |
download | slackbuilds-1234595e833706c0fdba96711fccb896185f8cf2.tar.gz |
audio/tap_plugins: Updated for version 1.0.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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} |