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 044de4da28..901f99d55c 100644 --- a/audio/drumkv1/drumkv1.SlackBuild +++ b/audio/drumkv1/drumkv1.SlackBuild @@ -6,12 +6,15 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170627 bkw: +# - update for 0.8.3 + # 20170614 bkw: # - update for 0.8.2 # - drop qt5 dep, build with qt4 PRGNAM=drumkv1 -VERSION=${VERSION:-0.8.2} +VERSION=${VERSION:-0.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |