diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2017-01-25 19:13:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:05 +0700 |
commit | 6d67cc734b7f3f0bddbe6180a02db4032d85c462 (patch) | |
tree | 7089be92f4d09847edfdee58be26b740ac1ad6c2 /development/qbs/qbs.SlackBuild | |
parent | a7bb525f8f0ccb9ea168713f2c87bc00ce258ebf (diff) |
development/qbs: Updated for version 1.7.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/qbs/qbs.SlackBuild')
-rw-r--r-- | development/qbs/qbs.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/development/qbs/qbs.SlackBuild b/development/qbs/qbs.SlackBuild index 3ace7dc2ea9b2..771c6d504c97b 100644 --- a/development/qbs/qbs.SlackBuild +++ b/development/qbs/qbs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qbs -# Copyright 2014,2015,2016 Nikos Giotis <nikos.giotis@mail.com> +# Copyright 2014-2017 Nikos Giotis <nikos.giotis@mail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +22,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Changelog +# 20170125: Updated script for version 1.7.1 + PRGNAM=qbs -VERSION=${VERSION:-1.7.0} +VERSION=${VERSION:-1.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |