mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
50 lines
1.8 KiB
JSON
50 lines
1.8 KiB
JSON
{
|
|
"description": "Free, open-source and portable Python distribution for Windows",
|
|
"version": "3.7.4.0",
|
|
"license": "MIT",
|
|
"homepage": "https://winpython.github.io/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.4.0/WinPython64-3.7.4.0Zero.exe",
|
|
"hash": "2e92da91ddbbb739cf1d21ea670bc53d1f599ea5d1a690422af93b796e590aa9",
|
|
"extract_dir": "python-3.7.4.amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.4.0/WinPython32-3.7.4.0Zero.exe",
|
|
"hash": "c49459e3b397192df7e613c55860604c8470a53c068b037478d9ebfd992c7856",
|
|
"extract_dir": "python-3.7.4"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": [
|
|
"python.exe",
|
|
"pythonw.exe",
|
|
[
|
|
"python.exe",
|
|
"python3"
|
|
]
|
|
],
|
|
"env_add_path": "scripts",
|
|
"checkver": {
|
|
"github": "https://github.com/winpython/winpython/",
|
|
"regex": "-([\\d.]+)Zero\\.exe",
|
|
"reverse": true
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython64-$versionZero.exe",
|
|
"extract_dir": "python-$majorVersion.$minorVersion.$patchVersion.amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython32-$versionZero.exe",
|
|
"extract_dir": "python-$majorVersion.$minorVersion.$patchVersion"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://winpython.github.io/md5_sha1.txt",
|
|
"find": "([a-fA-F\\d]{64})\\s\\|\\s$basename"
|
|
}
|
|
}
|
|
}
|