diff options
Diffstat (limited to 'audio/drumkv1/drumkv1.SlackBuild')
-rw-r--r-- | audio/drumkv1/drumkv1.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/drumkv1/drumkv1.SlackBuild b/audio/drumkv1/drumkv1.SlackBuild index a0482560bd..4d10ccf137 100644 --- a/audio/drumkv1/drumkv1.SlackBuild +++ b/audio/drumkv1/drumkv1.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180101 bkw: +# - update for 0.8.6 + # 20171220 bkw: # - updated for v0.8.5. Skipped 0.8.4 due to compile errors. @@ -17,7 +20,7 @@ # - drop qt5 dep, build with qt4 PRGNAM=drumkv1 -VERSION=${VERSION:-0.8.5} +VERSION=${VERSION:-0.8.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |