diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-10 15:04:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:40 +0700 |
commit | dd0b4fd2d3838821a136bbc8c2e7c55f885e9bac (patch) | |
tree | 9781d073252107e0996617f369138131543c9b18 /libraries/zmusic/zmusic.SlackBuild | |
parent | 538fc0eeb2c0a81d01ca433c94736dc8f1a04087 (diff) |
libraries/zmusic: Updated for version 1.1.8.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zmusic/zmusic.SlackBuild')
-rw-r--r-- | libraries/zmusic/zmusic.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/zmusic/zmusic.SlackBuild b/libraries/zmusic/zmusic.SlackBuild index 618406b07d6c2..36728a2755493 100644 --- a/libraries/zmusic/zmusic.SlackBuild +++ b/libraries/zmusic/zmusic.SlackBuild @@ -6,13 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211010 bkw: updated for v1.1.8 # 20201109 bkw: updated for v1.1.4 # 20201003 bkw: added at v1.1.3 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zmusic -VERSION=${VERSION:-1.1.4} +VERSION=${VERSION:-1.1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -27,9 +28,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 |