diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-14 16:34:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 12:25:17 +0700 |
commit | f57f9c028f2e98672b3a250aed3f35248d2e8614 (patch) | |
tree | 80aeba9ce7aba73b17e817972f32b47a1eb6586e /audio/synthv1/synthv1.SlackBuild | |
parent | 7bd787b87672838ca097a9e543474fe324e85fa4 (diff) | |
download | slackbuilds-f57f9c028f2e98672b3a250aed3f35248d2e8614.tar.gz |
audio/synthv1: Updated for version 0.9.12.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/synthv1/synthv1.SlackBuild')
-rw-r--r-- | audio/synthv1/synthv1.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/synthv1/synthv1.SlackBuild b/audio/synthv1/synthv1.SlackBuild index ac5bb58c70..e1d0f2ff32 100644 --- a/audio/synthv1/synthv1.SlackBuild +++ b/audio/synthv1/synthv1.SlackBuild @@ -6,7 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 20191210 bkw: update for 0.9.11, document optional liblo dep, have slack-desc +# 20200114 bkw: update for v0.9.12 +# 20191210 bkw: update for v0.9.11, document optional liblo dep, have slack-desc # tell user whether or not optional deps are included. # 20181216 bkw: updated for v0.9.4, qt5 now required # 20180828 bkw: updated for v0.9.2 @@ -20,7 +21,7 @@ # 20170324 bkw: updated for v0.8.1 PRGNAM=synthv1 -VERSION=${VERSION:-0.9.11} +VERSION=${VERSION:-0.9.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |