winpython: Update to version 3.12.10.0

This commit is contained in:
HUMORCE 2025-05-23 14:21:27 +00:00
parent 4c11b8a193
commit 446bfc19e7
No known key found for this signature in database
GPG Key ID: FF7A96FF20AE10DC

View File

@ -1,14 +1,14 @@
{ {
"version": "3.12.4.1", "version": "3.12.10.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.12/3.12.4.1/Winpython64-3.12.4.1.exe#/dl.7z", "url": "https://sourceforge.net/projects/winpython/WinPython_3.12/3.12.10.0/Winpython64-3.12.10.0slim.7z",
"hash": "08903f02514f59c891e3d56d3ff0d092a7d8571daf66237a5a2c2698068981ec", "hash": "294c287c4a9918c730d26188e2dc34e97a92431c83515165f04c2ea8d33f0c1d",
"extract_dir": "WPy64-31241" "extract_dir": "WPy64-312100"
} }
}, },
"bin": [ "bin": [
@ -93,12 +93,12 @@
"persist": "settings", "persist": "settings",
"checkver": { "checkver": {
"url": "https://winpython.github.io/md5_sha1.txt", "url": "https://winpython.github.io/md5_sha1.txt",
"regex": "Winpython64-([\\d.]+)\\.exe" "regex": "Winpython64-([\\d.]+)slim\\.exe"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/Winpython64-$version.exe#/dl.7z", "url": "https://sourceforge.net/projects/winpython/WinPython_$majorVersion.$minorVersion/$version/Winpython64-$versionslim.7z",
"extract_dir": "WPy64-$cleanVersion" "extract_dir": "WPy64-$cleanVersion"
} }
}, },