ScoopInstaller_Main/python.json
2015-09-21 09:18:20 +10:00

39 lines
1.1 KiB
JSON

{
"homepage": "http://www.python.org",
"license": "https://docs.python.org/3/license.html",
"version": "3.5.0",
"architecture": {
"64bit": {
"url": "https://www.python.org/ftp/python/3.5.0/python-3.5.0-amd64.exe#/py350.exe",
"hash": "md5:facc4c9fb6f359b0ca45db0e11455421"
},
"32bit": {
"url": "https://www.python.org/ftp/python/3.5.0/python-3.5.0.exe#/py350.exe",
"hash": "md5:1e87ad24225657a3de447171f0eda1df"
}
},
"pre_install": "copy-item $dir\\py350.exe $dir\\uninstall.exe",
"installer": {
"args": [
"/quiet",
"InstallAllUsers=0",
"TargetDir=$dir",
"AssociateFiles=0",
"Shortcuts=0",
"InstallLauncherAllUsers=0"
]
},
"uninstaller": {
"file": "uninstall.exe",
"args": [ "/uninstall", "/quiet", "InstallAllUsers=0"]
},
"bin": [
"python.exe",
"pythonw.exe",
[ "python.exe", "python3" ]
],
"env_add_path": [ "scripts" ],
"checkver": "<p>Latest: <a href=\".*\">Python ([0-9\\.]+)</a> - <a.*>.*</a></p>"
}