mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 05:37:45 +08:00
Update CMake provisioning to latest
No need to use a release candidate anymore. CMake 3.16.3 is the current latest. Change-Id: I93b15d36856a50b8badb75b6fc2a9a885752b5b2 Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
@@ -43,10 +43,10 @@ source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
|
||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
|
||||
majorminorversion="3.16"
|
||||
version="3.16.0-rc4"
|
||||
version="3.16.3"
|
||||
PrimaryUrl="http://ci-files01-hki.intra.qt.io/input/cmake/cmake-$version-Linux-x86_64.tar.gz"
|
||||
AltUrl="https://cmake.org/files/v$majorminorversion/cmake-$version-Linux-x86_64.tar.gz"
|
||||
SHA1="def260a8f27d3b1b9c3d042ec936236598bea52a"
|
||||
SHA1="a0f48057d8ccb6d4e50e80c77796466315dd2bfb"
|
||||
targetFolder="/opt/cmake-$version"
|
||||
appPrefix="cmake-$version-Linux-x86_64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user