diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-01 13:59:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:04 +0700 |
commit | 80067e3a32504756690d29445b7b1048fd73d0f4 (patch) | |
tree | cf20a996968021198e639608616640d3e7af73d6 /audio | |
parent | 7ab3cba8c1e559c88fa8645bb20a480ebc05a27c (diff) | |
download | slackbuilds-80067e3a32504756690d29445b7b1048fd73d0f4.tar.gz |
audio/qmmp-qt5: Updated for version 1.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/qmmp-qt5/qmmp-qt5.SlackBuild | 5 | ||||
-rw-r--r-- | audio/qmmp-qt5/qmmp-qt5.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/qmmp-qt5/qmmp-qt5.SlackBuild b/audio/qmmp-qt5/qmmp-qt5.SlackBuild index ea549a5b31..c561de39b3 100644 --- a/audio/qmmp-qt5/qmmp-qt5.SlackBuild +++ b/audio/qmmp-qt5/qmmp-qt5.SlackBuild @@ -1,7 +1,8 @@ #!/bin/bash + # Slackware build script for qmmp-qt5 -# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -22,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qmmp-qt5 -VERSION=${VERSION:-1.5.1} +VERSION=${VERSION:-1.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/audio/qmmp-qt5/qmmp-qt5.info b/audio/qmmp-qt5/qmmp-qt5.info index ab1ffedf07..ce7178f881 100644 --- a/audio/qmmp-qt5/qmmp-qt5.info +++ b/audio/qmmp-qt5/qmmp-qt5.info @@ -1,8 +1,8 @@ PRGNAM="qmmp-qt5" -VERSION="1.5.1" +VERSION="1.5.3" HOMEPAGE="https://qmmp.ylsoftware.com/" -DOWNLOAD="https://qmmp.ylsoftware.com/files/qmmp/1.5/qmmp-1.5.1.tar.bz2" -MD5SUM="830e799402f742bdb866651cdf988361" +DOWNLOAD="https://qmmp.ylsoftware.com/files/qmmp/1.5/qmmp-1.5.3.tar.bz2" +MD5SUM="9fe77ff8919be6ea2b6fcecb9493f915" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |