winpython: Update to version 3.10.4.0, Fix autoupdate

fixes #3617
This commit is contained in:
Issac Lin 2022-05-27 22:25:35 +08:00 committed by GitHub
parent 0ebb8aa41c
commit ed3c184f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ {
"version": "3.8.9.0", "version": "3.10.4.0",
"description": "Free, open-source and portable Python distribution for Windows", "description": "Free, open-source and portable Python distribution for Windows",
"homepage": "https://winpython.github.io", "homepage": "https://winpython.github.io",
"license": "MIT", "license": "MIT",
"notes": "For 32bit, please install 'versions/winpython3741'", "notes": "For 32bit, please install 'versions/winpython3741'",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.8/3.8.9.0/Winpython64-3.8.9.0.exe#/dl.7z", "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.10/3.10.4.0/Winpython64-3.10.4.0.exe#/dl.7z",
"hash": "440c5c299b678a10ee84331f83928b1ac63853cb044773210033287c7350652a", "hash": "c4f2ac9b326df4b9c2dcf31edd8bb1f5329cd2c7e5ba4c6fbab8fcdc019e2132",
"extract_dir": "WPy64-3890" "extract_dir": "WPy64-31040"
} }
}, },
"bin": [ "bin": [
@ -114,7 +114,7 @@
"persist": "settings", "persist": "settings",
"checkver": { "checkver": {
"url": "https://winpython.github.io/md5_sha1.txt", "url": "https://winpython.github.io/md5_sha1.txt",
"regex": "(?i)WinPython64-(3\\.8[\\d.]+)\\.exe" "regex": "Winpython64-([\\d.]+)\\.exe"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {