mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-24 04:14:41 +00:00
python: Remove autoupdate hash extraction
* The Python website has fragmented the SHA256 hashes across multiple HTML elements, making them impossible to capture with a single regex.
This commit is contained in:
parent
4b12ba883f
commit
e8d29b4e07
@ -109,10 +109,6 @@
|
||||
"arm64": {
|
||||
"url": "https://www.python.org/ftp/python/$version/python-$version-arm64.exe#/setup.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://www.python.org/downloads/release/python-$cleanVersion/",
|
||||
"regex": "(?sm)$basename.*?$sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user