development/qbs: Updated for version 1.7.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Nikos Giotis 2016-12-21 22:47:29 +00:00 committed by David Spencer
parent a3c0a79bfb
commit 82d8c0ed2c
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for qbs
# Copyright 2014 Nikos Giotis <nikos.giotis@mail.com>
# Copyright 2014,2015,2016 Nikos Giotis <nikos.giotis@mail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qbs
VERSION=${VERSION:-1.6.0}
VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="qbs"
VERSION="1.6.0"
VERSION="1.7.0"
HOMEPAGE="http://qt-project.org/wiki/qbs"
DOWNLOAD="http://download.qt.io/official_releases/qbs/1.6.0/qbs-src-1.6.0.tar.gz"
MD5SUM="64d464a781d3845df1e24223266f24d8"
DOWNLOAD="http://download.qt.io/official_releases/qbs/1.7.0/qbs-src-1.7.0.tar.gz"
MD5SUM="7810e751aa1f588ea503356b9a10bcd0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"