diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/qmmp-qt5/qmmp-qt5.SlackBuild | 4 | ||||
-rw-r--r-- | audio/qmmp-qt5/qmmp-qt5.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/qmmp-qt5/qmmp-qt5.SlackBuild b/audio/qmmp-qt5/qmmp-qt5.SlackBuild index eb87ae7edd..e54a34ef0d 100644 --- a/audio/qmmp-qt5/qmmp-qt5.SlackBuild +++ b/audio/qmmp-qt5/qmmp-qt5.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for qmmp-qt5 -# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -21,7 +21,7 @@ SRCNAM=qmmp PRGNAM=$SRCNAM-qt5 -VERSION=${VERSION:-1.2.4} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/qmmp-qt5/qmmp-qt5.info b/audio/qmmp-qt5/qmmp-qt5.info index 34f1a9af64..37ab1afd31 100644 --- a/audio/qmmp-qt5/qmmp-qt5.info +++ b/audio/qmmp-qt5/qmmp-qt5.info @@ -1,8 +1,8 @@ PRGNAM="qmmp-qt5" -VERSION="1.2.4" +VERSION="1.3.0" HOMEPAGE="http://qmmp.ylsoftware.com/" -DOWNLOAD="http://qmmp.ylsoftware.com/files/qmmp-1.2.4.tar.bz2" -MD5SUM="70bddb784419996383ce3876a48bd62b" +DOWNLOAD="http://qmmp.ylsoftware.com/files/qmmp-1.3.0.tar.bz2" +MD5SUM="cb33677dd29f43085a736d6aa51206ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |