ScoopInstaller_Main/bucket/winpython.json
2019-06-18 19:40:07 -07:00

50 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",
"extract_dir": "python-3.7.2.amd64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.2.0/WinPython32-3.7.2.0Zero.exe",
"hash": "e24c4d4f183f478cba9104ddeac9b44a4908642c7ddab80fe452323e22c7ac75",
"extract_dir": "python-3.7.2"
}
},
"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"
}
}
}