mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
53 lines
1.8 KiB
JSON
53 lines
1.8 KiB
JSON
{
|
|
"description": "Free, open-source and portable Python distribution for Windows",
|
|
"version": "3.7.2.0",
|
|
"license": "MIT",
|
|
"homepage": "https://winpython.github.io/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.2.0/WinPython64-3.7.2.0Zero.exe",
|
|
"hash": "33060b8180e7ce536256874ddf97e383cae22cc3f3b1de3e1b000d899c140b31"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.2.0/WinPython32-3.7.2.0Zero.exe",
|
|
"hash": "e24c4d4f183f478cba9104ddeac9b44a4908642c7ddab80fe452323e22c7ac75"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"installer": {
|
|
"script": [
|
|
"Get-ChildItem \"$dir\" -Exclude 'python-*' | Remove-Item -Force -Recurse",
|
|
"Move-Item \"$dir\\python-*\\*\" \"$dir\" -Force",
|
|
"Remove-Item \"$dir\\python-*\""
|
|
]
|
|
},
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython32-$versionZero.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://winpython.github.io/md5_sha1.txt",
|
|
"find": "([a-fA-F\\d]{64})\\s\\|\\s$basename"
|
|
}
|
|
}
|
|
}
|