diff options
author | henesy <henesy.dev@gmail.com> | 2024-11-09 09:34:20 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-10 00:46:33 +0700 |
commit | 7cc44e746d222adfbde09d95dcdca597d3fc0544 (patch) | |
tree | 860ba8def391ccdf29e4ab985320ad650c2b9ab6 /audio/xwax/xwax.SlackBuild | |
parent | 4bdee953504e89196c32903561f03cc8e93afc02 (diff) |
audio/xwax: Updated for version 1.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/xwax/xwax.SlackBuild')
-rw-r--r-- | audio/xwax/xwax.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xwax/xwax.SlackBuild b/audio/xwax/xwax.SlackBuild index c774529a5a9c..21f45872c7e6 100644 --- a/audio/xwax/xwax.SlackBuild +++ b/audio/xwax/xwax.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for "xwax". +# Copyright 2024 Sean Hinchee # Copyright 2014-2016 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # @@ -30,8 +31,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xwax -VERSION=${VERSION:-1.6} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.9} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |