mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
perl: Update to version 5.40.0.1 (Close #6134)
- Update checkver/autoupdate
This commit is contained in:
parent
5d9e032a07
commit
72bf3e664e
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "5.38.2.2",
|
"version": "5.40.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://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_53822_64bit/strawberry-perl-5.38.2.2-64bit-portable.zip",
|
"url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_54001_64bit_UCRT/strawberry-perl-5.40.0.1-64bit-portable.zip",
|
||||||
"hash": "ea451686065d6338d7e4d4a04c9af49f17951d15aa4c2e19ab8cb56fa2373440"
|
"hash": "754f3e2a8e473dc68d1540c7802fb166a025f35ef18960c4564a31f8b5933907"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"post_install": [
|
"post_install": [
|
||||||
@ -20,16 +20,16 @@
|
|||||||
"perl\\bin"
|
"perl\\bin"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://strawberryperl.com/releases.html",
|
"url": "https://strawberryperl.com/releases.json",
|
||||||
"regex": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/(?<tag>[^/]+)/strawberry-perl-([\\d.]+)-64bit-portable\\.zip"
|
"regex": "releases/download/(?<tag>.+)/strawberry-perl-([\\d.]+)-64bit-portable\\.zip"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/$matchTag/strawberry-perl-$version-64bit-portable.zip",
|
"url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/$matchTag/strawberry-perl-$version-64bit-portable.zip",
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "https://strawberryperl.com/releases.html",
|
"url": "https://strawberryperl.com/releases.json",
|
||||||
"find": "(?sm)$url\" onclick=\".*?Portable edition.*?$sha256"
|
"jsonpath": "$..[0].edition.portable.sha256"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user