diff options
Diffstat (limited to 'audio/qmmp-qt5/qmmp-qt5.SlackBuild')
-rw-r--r-- | audio/qmmp-qt5/qmmp-qt5.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/qmmp-qt5/qmmp-qt5.SlackBuild b/audio/qmmp-qt5/qmmp-qt5.SlackBuild index eb87ae7edd9ec..e54a34ef0ddbc 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} |