ScoopInstaller_Main/python.json
2016-12-23 16:57:34 +04:00

39 lines
1.2 KiB
JSON

{
"homepage": "https://www.python.org/",
"license": "https://docs.python.org/3/license.html",
"version": "3.6.0",
"architecture": {
"64bit": {
"url": "https://www.python.org/ftp/python/3.6.0/python-3.6.0-amd64.exe#/py360.exe",
"hash": "md5:71c9d30c1110abf7f80a428970ab8ec2"
},
"32bit": {
"url": "https://www.python.org/ftp/python/3.6.0/python-3.6.0.exe#/py360.exe",
"hash": "md5:38d9b036b25725f6acb553d4aece4db4"
}
},
"pre_install": "copy-item $dir\\py360.exe $dir\\uninstall.exe",
"installer": {
"args": [
"/quiet",
"InstallAllUsers=$(@{$true=1;$false=0}[$global])",
"TargetDir=$dir",
"AssociateFiles=0",
"Shortcuts=0",
"InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])"
]
},
"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 ([\\d.]+)</a> - <a.*>.*</a></p>"
}