winpython: Fix checkver (#520)

See #150
This commit is contained in:
Ross Smith II 2019-10-30 16:49:28 -07:00 committed by GitHub
parent 6f1948e437
commit 302890405c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
"env_add_path": "scripts",
"checkver": {
"github": "https://github.com/winpython/winpython/",
"regex": "-([\\d.]+)Zero\\.exe",
"regex": "-([\\d.]+)\\.exe",
"reverse": true
},
"autoupdate": {