diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-05 14:27:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:36 +0700 |
commit | df26dc762c0238b8c61b75db0ae26ba7ebf494db (patch) | |
tree | bdb70df8de5a71fd9ab164833ea0ae3b02d1e246 /audio/drumkv1/drumkv1.SlackBuild | |
parent | 5b778bd5d261498771d06607f30a3d7b0e9d1cf1 (diff) |
audio/drumkv1: Updated for version 0.9.23.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/drumkv1/drumkv1.SlackBuild')
-rw-r--r-- | audio/drumkv1/drumkv1.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/drumkv1/drumkv1.SlackBuild b/audio/drumkv1/drumkv1.SlackBuild index 407784e421f53..43719722a449e 100644 --- a/audio/drumkv1/drumkv1.SlackBuild +++ b/audio/drumkv1/drumkv1.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211205 bkw: update for 0.9.23 # 20201106 bkw: update for 0.9.18 # 20200114 bkw: update for 0.9.12 # 20191210 bkw: update for 0.9.11, document optional liblo dep, have slack-desc @@ -22,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=drumkv1 -VERSION=${VERSION:-0.9.18} +VERSION=${VERSION:-0.9.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -35,9 +36,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |