ScoopInstaller_Main/python.json
2015-12-15 22:44:20 +03:00

39 lines
1.1 KiB
JSON

{
"homepage": "http://www.python.org",
"license": "https://docs.python.org/3/license.html",
"version": "3.5.1",
"architecture": {
"64bit": {
"url": "https://www.python.org/ftp/python/3.5.1/python-3.5.1-amd64.exe#/py351.exe",
"hash": "md5:863782d22a521d8ea9f3cf41db1e484d"
},
"32bit": {
"url": "https://www.python.org/ftp/python/3.5.1/python-3.5.1.exe#/py351.exe",
"hash": "md5:4d6fdb5c3630cf60d457c9825f69b4d7"
}
},
"pre_install": "copy-item $dir\\py351.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>"
}