ScoopInstaller_Main/python.json
Richard Kuhnt 5295cc0a44 Use https everywhere possible (#1086)
* Use https everywhere possible

* Update version checks
2016-10-15 08:25:02 +10:00

39 lines
1.3 KiB
JSON

{
"homepage": "https://www.python.org/",
"license": "https://docs.python.org/3/license.html",
"version": "3.5.2",
"architecture": {
"64bit": {
"url": "https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe#/py352.exe",
"hash": "2cfcdc77a0ba403acf72ba217898fb7c06ce778a5cb85f5220fd32127e40f263"
},
"32bit": {
"url": "https://www.python.org/ftp/python/3.5.2/python-3.5.2.exe#/py352.exe",
"hash": "529c46b9fd3dcf83029b8bfc95034e640ea2c69835b1aa4b75edeec8de764193"
}
},
"pre_install": "copy-item $dir\\py352.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>"
}