diff options
Diffstat (limited to 'audio/samplv1/samplv1.SlackBuild')
-rw-r--r-- | audio/samplv1/samplv1.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/samplv1/samplv1.SlackBuild b/audio/samplv1/samplv1.SlackBuild index e20bb2c73e..e7738e71b3 100644 --- a/audio/samplv1/samplv1.SlackBuild +++ b/audio/samplv1/samplv1.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20200114 bkw: update for 0.9.12 # 20191210 bkw: update for 0.9.11, document optional liblo dep, have slack-desc # tell user whether or not optional deps are included. # 20181216 bkw: update for 0.9.4, which now requires qt5 :( @@ -18,7 +19,7 @@ # 20170614 bkw: update for 0.8.2, drop qt5 dep, build with qt4 PRGNAM=samplv1 -VERSION=${VERSION:-0.9.11} +VERSION=${VERSION:-0.9.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |