mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[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>
This commit is contained in:
parent
bbd4b50754
commit
047525cc04
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user