From d843bb67a4c8d3bffd94c9a0595072a16d13ae2b Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:22:54 -0500 Subject: [PATCH] python: Fix autoupdate hash extraction * Relates to #7597. --- bucket/python.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/python.json b/bucket/python.json index a9974765c0..968329c915 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -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" } } }