perl: Prefer https links over http (#4380)

This commit changes the URLs for perl to use https, instead of http.
This commit is contained in:
JP-Ellis 2023-01-25 15:34:01 +11:00 committed by GitHub
parent fa4c884cc6
commit 33c0fc5721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,15 @@
{ {
"version": "5.32.1.1", "version": "5.32.1.1",
"description": "A programming language suitable for writing simple scripts as well as complex applications.", "description": "A programming language suitable for writing simple scripts as well as complex applications.",
"homepage": "http://strawberryperl.com", "homepage": "https://strawberryperl.com",
"license": "GPL-1.0-or-later|Artistic-1.0-Perl", "license": "GPL-1.0-or-later|Artistic-1.0-Perl",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://strawberryperl.com/download/5.32.1.1/strawberry-perl-5.32.1.1-64bit-portable.zip", "url": "https://strawberryperl.com/download/5.32.1.1/strawberry-perl-5.32.1.1-64bit-portable.zip",
"hash": "sha1:fac226b31461f2392702822052a3a5628917f857" "hash": "sha1:fac226b31461f2392702822052a3a5628917f857"
}, },
"32bit": { "32bit": {
"url": "http://strawberryperl.com/download/5.32.1.1/strawberry-perl-5.32.1.1-32bit-portable.zip", "url": "https://strawberryperl.com/download/5.32.1.1/strawberry-perl-5.32.1.1-32bit-portable.zip",
"hash": "sha1:28bca91cadd6651c2b2463db8587c170bf17f2fa" "hash": "sha1:28bca91cadd6651c2b2463db8587c170bf17f2fa"
} }
}, },
@ -24,20 +24,20 @@
"perl\\bin" "perl\\bin"
], ],
"checkver": { "checkver": {
"url": "http://strawberryperl.com/releases.html", "url": "https://strawberryperl.com/releases.html",
"regex": "strawberry-perl-([\\d.]+)-32bit-portable\\.zip" "regex": "strawberry-perl-([\\d.]+)-32bit-portable\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://strawberryperl.com/download/$version/strawberry-perl-$version-64bit-portable.zip" "url": "https://strawberryperl.com/download/$version/strawberry-perl-$version-64bit-portable.zip"
}, },
"32bit": { "32bit": {
"url": "http://strawberryperl.com/download/$version/strawberry-perl-$version-32bit-portable.zip" "url": "https://strawberryperl.com/download/$version/strawberry-perl-$version-32bit-portable.zip"
} }
}, },
"hash": { "hash": {
"url": "http://strawberryperl.com/releases.html", "url": "https://strawberryperl.com/releases.html",
"regex": "(?sm)$basename\" onclick.*?Portable edition.*?$sha1" "regex": "(?sm)$basename\" onclick.*?Portable edition.*?$sha1"
} }
} }