mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
39 lines
1.3 KiB
JSON
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>"
|
|
}
|
|
|