diff options
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 ac5bb58c7075..e1d0f2ff32b6 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} |