perl: Fix checkver (#966)

This commit is contained in:
Jakub Čábera 2020-04-03 03:39:32 +02:00 committed by GitHub
parent af23f6c370
commit 18322d1b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {