ScoopInstaller_Main/winpython.json
2018-06-12 14:57:50 -07:00

50 lines
1.8 KiB
JSON

{
"description": "Free, open-source and portable Python distribution for Windows",
"version": "3.6.5.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.6/3.6.5.0/WinPython64-3.6.5.0Zero.exe#/dl.7z",
"hash": "6b8b79ebbfb157bb9e2122e32568219669cffa0204849ed79eefe1e9bcaec0b2",
"extract_dir": "python-3.6.5.amd64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.6/3.6.5.0/WinPython32-3.6.5.0Zero.exe#/dl.7z",
"hash": "35ecb4693bae593dd9faf80c53305591f0288195dd7f06730b30dd8b3db3774b",
"extract_dir": "python-3.6.5"
}
},
"homepage": "https://winpython.github.io/",
"bin": [
"python.exe",
"pythonw.exe",
[
"python.exe",
"python3"
]
],
"env_add_path": [
"scripts"
],
"checkver": {
"url": "https://winpython.github.io/md5_sha1.txt",
"re": "-([\\d.]+)Zero.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython64-$versionZero.exe#/dl.7z",
"extract_dir": "python-$majorVersion.$minorVersion.$patchVersion.amd64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython32-$versionZero.exe#/dl.7z",
"extract_dir": "python-$majorVersion.$minorVersion.$patchVersion"
}
},
"hash": {
"url": "https://winpython.github.io/md5_sha1.txt",
"find": "([a-fA-F\\d]{64})\\s\\|\\s$basename"
}
}
}