perl: Update to version 5.38.0.1 (#5210)

This commit is contained in:
Vincenzo Mantova 2023-10-24 08:07:41 +01:00 committed by GitHub
parent db3046ce66
commit e5bd15f3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,12 @@
{ {
"version": "5.32.1.1", "version": "5.38.0.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": "https://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": "https://strawberryperl.com/download/5.32.1.1/strawberry-perl-5.32.1.1-64bit-portable.zip", "url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_5380_5361/strawberry-perl-5.38.0.1-64bit-portable.zip",
"hash": "sha1:fac226b31461f2392702822052a3a5628917f857" "hash": "ca6402a466939d5d658cc0d09a20dc59635ae68f6903a92a747a802539e40908"
},
"32bit": {
"url": "https://strawberryperl.com/download/5.32.1.1/strawberry-perl-5.32.1.1-32bit-portable.zip",
"hash": "sha1:28bca91cadd6651c2b2463db8587c170bf17f2fa"
} }
}, },
"post_install": [ "post_install": [
@ -25,20 +21,17 @@
], ],
"checkver": { "checkver": {
"url": "https://strawberryperl.com/releases.html", "url": "https://strawberryperl.com/releases.html",
"regex": "strawberry-perl-([\\d.]+)-32bit-portable\\.zip" "regex": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/(?<tag>[^/]+)/strawberry-perl-([\\d.]+)-64bit-portable\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://strawberryperl.com/download/$version/strawberry-perl-$version-64bit-portable.zip" "url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/$matchTag/strawberry-perl-$version-64bit-portable.zip",
}, "hash": {
"32bit": { "url": "https://strawberryperl.com/releases.html",
"url": "https://strawberryperl.com/download/$version/strawberry-perl-$version-32bit-portable.zip" "find": "(?sm)$url\" onclick=\".*?Portable edition.*?$sha256"
}
} }
},
"hash": {
"url": "https://strawberryperl.com/releases.html",
"regex": "(?sm)$basename\" onclick.*?Portable edition.*?$sha1"
} }
} }
} }