audio/qmmp-qt5: Updated for version 1.3.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2020-01-25 09:12:46 +07:00 committed by Willy Sudiarto Raharjo
parent 6eb052d42d
commit a6625bfc48
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View file

@ -9,4 +9,4 @@ Qmmp can optionally use the following applications:
libmms, libmpcdec, soxr + jack, libmodplug, ffmpeg, faad2,
libbs2b, libprojectM, and libenca.
You need soxr and jack-audio-connection-kit to enable jack support.
You need soxr and jack to enable JACK support.

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for qmmp-qt5
# Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
@ -20,7 +20,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qmmp-qt5
VERSION=${VERSION:-1.3.1}
VERSION=${VERSION:-1.3.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="qmmp-qt5"
VERSION="1.3.1"
VERSION="1.3.6"
HOMEPAGE="http://qmmp.ylsoftware.com/"
DOWNLOAD="http://qmmp.ylsoftware.com/files/qmmp-1.3.1.tar.bz2"
MD5SUM="827963a73facb802c8f684a3762c6b8b"
DOWNLOAD="http://qmmp.ylsoftware.com/files/qmmp-1.3.6.tar.bz2"
MD5SUM="8c0cf52b753762d2999c1178e1414a52"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"