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