python: Fix autoupdate hash extraction

* Relates to #7597.
This commit is contained in:
z-Fng 2026-02-03 16:22:54 -05:00
parent baa7f8e53e
commit d843bb67a4
No known key found for this signature in database

View File

@ -10,15 +10,15 @@
"architecture": {
"64bit": {
"url": "https://www.python.org/ftp/python/3.14.3/python-3.14.3-amd64.exe#/setup.exe",
"hash": "md5:897f5296196cddf98ea8c0409c299753"
"hash": "b68ad91421afbbd1a628105199c8c5f6179b21ba799067a8d8c0bbac3b7defb0"
},
"32bit": {
"url": "https://www.python.org/ftp/python/3.14.3/python-3.14.3.exe#/setup.exe",
"hash": "md5:cf6a0d56f3c106dc59f2c82acdd89617"
"hash": "f3a8e8499725bdba6ffac39bd822647febcf23740d430acdc948c4cbc58b1bfe"
},
"arm64": {
"url": "https://www.python.org/ftp/python/3.14.3/python-3.14.3-arm64.exe#/setup.exe",
"hash": "md5:1183951d055ef6c0ae1fb686b3342a6f"
"hash": "f62a3d28d7070078b3078e2db5777823e1591c6c1a3e596708cebf74ea2b4de6"
}
},
"pre_install": [
@ -112,7 +112,7 @@
},
"hash": {
"url": "https://www.python.org/downloads/release/python-$cleanVersion/",
"regex": "(?sm)$basename.*?$md5"
"regex": "(?sm)$basename.*?$sha256"
}
}
}