mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
perl: Fix checkver (#966)
This commit is contained in:
parent
af23f6c370
commit
18322d1b89
@ -24,7 +24,10 @@
|
|||||||
"perl\\bin",
|
"perl\\bin",
|
||||||
"c\\bin"
|
"c\\bin"
|
||||||
],
|
],
|
||||||
"checkver": "Strawberry Perl ([\\d.]+)",
|
"checkver": {
|
||||||
|
"url": "http://strawberryperl.com/releases.html",
|
||||||
|
"regex": "strawberry-perl-([\\d.]+)-32bit-portable\\.zip"
|
||||||
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user