mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
python: update version regex
This commit is contained in:
parent
6203d90336
commit
65b1ff0719
@ -42,7 +42,10 @@
|
|||||||
"env_add_path": [
|
"env_add_path": [
|
||||||
"scripts"
|
"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": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user