ScoopInstaller_Main/python.json
2018-03-28 20:00:43 +00:00

60 lines
1.7 KiB
JSON

{
"homepage": "https://www.python.org/",
"license": "https://docs.python.org/3/license.html",
"version": "3.6.5",
"architecture": {
"64bit": {
"url": "https://www.python.org/ftp/python/3.6.5/python-3.6.5-amd64.exe#/py3.exe",
"hash": "a518c95374bbdeec10a144a76a04b6e05ea3d8a0773aaf0581220abf7c9ad2c3"
},
"32bit": {
"url": "https://www.python.org/ftp/python/3.6.5/python-3.6.5.exe#/py3.exe",
"hash": "caf33a6ade83cbae3314dea87595d29500ae2692cb656b587fba17009bedf3d8"
}
},
"pre_install": "copy-item $dir\\py3.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": {
"url": "https://www.python.org/downloads/windows/",
"re": "Latest Python 3 Release - Python ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.python.org/ftp/python/$version/python-$version-amd64.exe#/py3.exe"
},
"32bit": {
"url": "https://www.python.org/ftp/python/$version/python-$version.exe#/py3.exe"
}
}
}
}