mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
python 2.7.6 (uses new MSI extract method)
This commit is contained in:
parent
707d6b711e
commit
df66b24439
@ -1,25 +1,15 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://www.python.org",
|
"homepage": "http://www.python.org",
|
||||||
"license": "http://docs.python.org/2/license.html",
|
"license": "http://docs.python.org/2/license.html",
|
||||||
"version": "2.7.5",
|
"version": "2.7.6",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://www.python.org/ftp/python/2.7.5/python-2.7.5.amd64.msi",
|
"url": "http://www.python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi",
|
||||||
"hash": "md5:83f5d9ba639bd2e33d104df9ea969f31",
|
"hash": "md5:b73f8753c76924bc7b75afaa6d304645"
|
||||||
"msi": {
|
|
||||||
"silent": true,
|
|
||||||
"code": "{DBDD570E-0952-475F-9453-AB88F3DD565A}",
|
|
||||||
"args": ["TARGETDIR=\"$dir\""]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://www.python.org/ftp/python/2.7.5/python-2.7.5.msi",
|
"url": "http://www.python.org/ftp/python/2.7.6/python-2.7.6.msi",
|
||||||
"hash": "md5:0006d6219160ce6abe711a71c835ebb0",
|
"hash": "md5:ac54e14f7ba180253b9bae6635d822ea"
|
||||||
"msi": {
|
|
||||||
"silent": true,
|
|
||||||
"code": "{DBDD570E-0952-475F-9453-AB88F3DD5659}",
|
|
||||||
"args": ["TARGETDIR=\"$dir\""]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [ "python.exe" ],
|
"bin": [ "python.exe" ],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user