diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-05 14:35:56 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:36 +0700 |
commit | c4f6eb8b72be73fb991e715207d9089f00adf08d (patch) | |
tree | 4dfbb22298c814590526887a3d6dc4600436adb2 /audio/padthv1/padthv1.SlackBuild | |
parent | eeed7218afd18abf5590007f1c356ace5d5a1256 (diff) |
audio/padthv1: 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/padthv1/padthv1.SlackBuild')
-rw-r--r-- | audio/padthv1/padthv1.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/padthv1/padthv1.SlackBuild b/audio/padthv1/padthv1.SlackBuild index f841fc558919..94aeae952ea6 100644 --- a/audio/padthv1/padthv1.SlackBuild +++ b/audio/padthv1/padthv1.SlackBuild @@ -6,13 +6,14 @@ # 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 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=padthv1 -VERSION=${VERSION:-0.9.18} +VERSION=${VERSION:-0.9.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -25,9 +26,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 |