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:
z-Fng 2026-02-23 11:57:18 +00:00
parent 4b12ba883f
commit e8d29b4e07
No known key found for this signature in database

View File

@ -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"
}
}
}