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 | |
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')
-rw-r--r-- | libraries/zmusic/zmusic.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/zmusic/zmusic.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/libraries/zmusic/zmusic.SlackBuild b/libraries/zmusic/zmusic.SlackBuild index 618406b07d6c..36728a275549 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 diff --git a/libraries/zmusic/zmusic.info b/libraries/zmusic/zmusic.info index 3ee3cb9ca8ee..13f680fad3a7 100644 --- a/libraries/zmusic/zmusic.info +++ b/libraries/zmusic/zmusic.info @@ -1,8 +1,8 @@ PRGNAM="zmusic" -VERSION="1.1.4" +VERSION="1.1.8" HOMEPAGE="https://github.com/coelckers/ZMusic" -DOWNLOAD="https://github.com/coelckers/ZMusic/archive/1.1.4/ZMusic-1.1.4.tar.gz" -MD5SUM="f37fc39680295bf7b23f816bbf79c60a" +DOWNLOAD="https://github.com/coelckers/ZMusic/archive/1.1.8/ZMusic-1.1.8.tar.gz" +MD5SUM="2fb087e2a48be73e6b1fe83c4fde32bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |