mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
python: update version regex
This commit is contained in:
parent
6203d90336
commit
65b1ff0719
@ -42,7 +42,10 @@
|
||||
"env_add_path": [
|
||||
"scripts"
|
||||
],
|
||||
"checkver": "<p>Latest: <a href=\".*\">Python ([\\d.]+)</a> - <a.*>.*</a></p>",
|
||||
"checkver": {
|
||||
"url": "https://www.python.org/downloads/windows/",
|
||||
"re": "Latest Python 3 Release - Python ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user