Update Squish to 6.5.1

Change-Id: I1803e85ae4426a2f356f6812e88759479d6367cb
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
Johanna Äijälä
2019-10-03 13:24:30 +03:00
parent d78dbeac69
commit 263b71cbbf
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ set -ex
# This script will install squish package for Linux and Mac. # This script will install squish package for Linux and Mac.
# Squish is need by Release Test Automation (RTA) # Squish is need by Release Test Automation (RTA)
version="6.3.0" version="6.5.1"
# Branch version without dot # Branch version without dot
qtBranch="59x" qtBranch="59x"
squishFolder="/opt/squish" squishFolder="/opt/squish"

View File

@@ -38,7 +38,7 @@
# NOTE! Make sure 64bit versions are always installed before 32bit, # NOTE! Make sure 64bit versions are always installed before 32bit,
# because they use same folder name before a rename # because they use same folder name before a rename
$version = "6.3.0" $version = "6.5.1"
# Qt branch without dot (*.*) # Qt branch without dot (*.*)
$qtBranch = "59x" $qtBranch = "59x"