diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-09 16:09:16 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:27 +0700 |
commit | b4136dbdbd4d75da657c61fa1bcf017dcaa39a9d (patch) | |
tree | e02b2b7d46b3077269d17060201308477a9d4450 /libraries/zmusic | |
parent | dd82a70f3947653f11edd4b0f222115894cdeb9a (diff) |
libraries/zmusic: Updated for version 1.1.11.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zmusic')
-rw-r--r-- | libraries/zmusic/zmusic.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/zmusic/zmusic.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/libraries/zmusic/zmusic.SlackBuild b/libraries/zmusic/zmusic.SlackBuild index 212fdadea1ea..31f5bd026d25 100644 --- a/libraries/zmusic/zmusic.SlackBuild +++ b/libraries/zmusic/zmusic.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230109 bkw: updated for v1.1.11 # 20220613 bkw: updated for v1.1.9 # 20211010 bkw: updated for v1.1.8 # 20201109 bkw: updated for v1.1.4 @@ -14,7 +15,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zmusic -VERSION=${VERSION:-1.1.9} +VERSION=${VERSION:-1.1.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/zmusic/zmusic.info b/libraries/zmusic/zmusic.info index 961e9626e1b7..2302cf2a02e8 100644 --- a/libraries/zmusic/zmusic.info +++ b/libraries/zmusic/zmusic.info @@ -1,8 +1,8 @@ PRGNAM="zmusic" -VERSION="1.1.9" +VERSION="1.1.11" HOMEPAGE="https://github.com/coelckers/ZMusic" -DOWNLOAD="https://github.com/coelckers/ZMusic/archive/1.1.9/ZMusic-1.1.9.tar.gz" -MD5SUM="e2d6450806cb098bad5d2b25a1762257" +DOWNLOAD="https://github.com/coelckers/ZMusic/archive/1.1.11/ZMusic-1.1.11.tar.gz" +MD5SUM="b36e1760f0ec9bc69499630e2d525f96" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |