aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@qt.io>2020-11-11 05:35:20 +0000
committerTony Sarajärvi <tony.sarajarvi@qt.io>2020-11-11 19:55:57 +0000
commitfd4264aa637f68f935caccf88a2062daddd69415 (patch)
treeeeab2d1e75e5775607c828639372a60bc70086c4 /coin
parent919253da5cbfa28f39365b965eee81c124f67518 (diff)
Update Strawberry Perl to 5.32.0.1
Change-Id: I79f1f65af473f4925342267ab000d6261d3a7e42 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/provisioning/common/windows/install-strawberry-perl.ps18
1 files changed, 4 insertions, 4 deletions
diff --git a/coin/provisioning/common/windows/install-strawberry-perl.ps1 b/coin/provisioning/common/windows/install-strawberry-perl.ps1
index 7e288603..b8cbd4f4 100644
--- a/coin/provisioning/common/windows/install-strawberry-perl.ps1
+++ b/coin/provisioning/common/windows/install-strawberry-perl.ps1
@@ -1,6 +1,6 @@
############################################################################
##
-## Copyright (C) 2017 The Qt Company Ltd.
+## Copyright (C) 2020 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
@@ -35,13 +35,13 @@
# This script installs Strawberry Perl
-$version = "5.26.0.1"
+$version = "5.32.0.1"
if (Is64BitWinHost) {
$arch = "-64bit"
- $sha1 = "2AE2EDA36A190701399130CBFEE04D00E9BA036D"
+ $sha1 = "9ec5ebc865da82eacc2d95ff2976492ca69934ab"
} else {
$arch = "-32bit"
- $sha1 = "b50b688a879f33941433774b2813bfd4b917e4ee"
+ $sha1 = "6ad89c6358a174c048f113bfd274d2d0378d60aa"
}
$installer_name = "strawberry-perl-" + $version + $arch + ".msi"
$url_cache = "\\ci-files01-hki.intra.qt.io\provisioning\windows\" + $installer_name