diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-02-24 07:31:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-24 07:32:03 +0700 |
commit | d856cc9b90fb5969f4146fbc7b1842f6a51f981f (patch) | |
tree | fd7a3a2d4cdb7a40d72850b1e846c085ef1c5170 /audio | |
parent | 94ff802a3489637144213d084281a0c7afde2397 (diff) |
audio/qmmp-qt5: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 eb87ae7edd9e..e54a34ef0ddb 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 34f1a9af64de..37ab1afd31a4 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" |