mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Update windows git version
Older git version does not allow fetching specific revisions. This makes it impossible to fetch the integrations revision of the repository. Pick-to: 6.1 Change-Id: I513b0d1abb097d139f730ef0cdf2577b9d02e9f8 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
@@ -32,15 +32,15 @@
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
. "$PSScriptRoot\helpers.ps1"
|
. "$PSScriptRoot\helpers.ps1"
|
||||||
|
|
||||||
# Install Git version 2.13.0
|
# Install Git version 2.31.0
|
||||||
|
|
||||||
$version = "2.13.0"
|
$version = "2.31.0"
|
||||||
if (Is64BitWinHost) {
|
if (Is64BitWinHost) {
|
||||||
$arch = "-64-bit"
|
$arch = "-64-bit"
|
||||||
$sha1 = "E1D7C6E5E16ACAF3C108064A2ED158F604FA29A7"
|
$sha1 = "495d78f8d961e030944d9cb53af80d909d493c3f"
|
||||||
} else {
|
} else {
|
||||||
$arch = "-32-bit"
|
$arch = "-32-bit"
|
||||||
$sha1 = "03c7df2e4ef61ea6b6f9c0eb7e6d5151d9682aec"
|
$sha1 = "e57c040aea297b363aefaf26424f2e7a84a4a173"
|
||||||
}
|
}
|
||||||
$gitPackage = "C:\Windows\Temp\Git-" + $version + $arch + ".exe"
|
$gitPackage = "C:\Windows\Temp\Git-" + $version + $arch + ".exe"
|
||||||
$url_cache = "\\ci-files01-hki.intra.qt.io\provisioning\windows\Git-" + $version + $arch + ".exe"
|
$url_cache = "\\ci-files01-hki.intra.qt.io\provisioning\windows\Git-" + $version + $arch + ".exe"
|
||||||
|
|||||||
Reference in New Issue
Block a user