aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Bura <yurybura@gmail.com>2021-04-13 03:55:53 +0300
committerGitHub <noreply@github.com>2021-04-12 17:55:53 -0700
commit047525cc0442b06ef56bee7c63d731560d3bb375 (patch)
tree6fd1862e439d5c7460ba36c67af288b57b1378fe
parentbbd4b507547890ea96ce7282186ad2e75b7d9ac3 (diff)
downloadvcpkg-047525cc0442b06ef56bee7c63d731560d3bb375.tar.gz
vcpkg-047525cc0442b06ef56bee7c63d731560d3bb375.zip
[scripts] Fix Perl download link (#17102)
* fix strawberryperl download link * Update scripts/cmake/vcpkg_find_acquire_program.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
-rw-r--r--scripts/cmake/vcpkg_find_acquire_program.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/cmake/vcpkg_find_acquire_program.cmake b/scripts/cmake/vcpkg_find_acquire_program.cmake
index 4c0221397..36bbc6e24 100644
--- a/scripts/cmake/vcpkg_find_acquire_program.cmake
+++ b/scripts/cmake/vcpkg_find_acquire_program.cmake
@@ -72,8 +72,7 @@ function(vcpkg_find_acquire_program VAR)
set(BREW_PACKAGE_NAME "perl")
set(APT_PACKAGE_NAME "perl")
set(URL
- "https://strawberry.perl.bot/download/${PERL_VERSION}/strawberry-perl-${PERL_VERSION}-32bit.zip"
- "http://strawberryperl.com/download/${PERL_VERSION}/strawberry-perl-${PERL_VERSION}-32bit.zip"
+ "https://strawberryperl.com/download/${PERL_VERSION}/strawberry-perl-${PERL_VERSION}-32bit.zip"
)
set(ARCHIVE "strawberry-perl-${PERL_VERSION}-32bit.zip")
set(HASH d353d3dc743ebdc6d1e9f6f2b7a6db3c387c1ce6c890bae8adc8ae5deae8404f4c5e3cf249d1e151e7256d4c5ee9cd317e6c41f3b6f244340de18a24b938e0c4)