mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			69 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.python.org/",
 | 
						|
    "license": "https://docs.python.org/3/license.html",
 | 
						|
    "version": "3.7.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://www.python.org/ftp/python/3.7.0/python-3.7.0-amd64.exe#/py3.exe",
 | 
						|
            "hash": "md5:531c3fc821ce0a4107b6d2c6a129be3e"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://www.python.org/ftp/python/3.7.0/python-3.7.0.exe#/py3.exe",
 | 
						|
            "hash": "md5:ebb6444c284c1447e902e87381afeff0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "installer": {
 | 
						|
        "args": [
 | 
						|
            "/quiet",
 | 
						|
            "InstallAllUsers=$(@{$true=1;$false=0}[$global])",
 | 
						|
            "TargetDir=\"$dir\"",
 | 
						|
            "AssociateFiles=0",
 | 
						|
            "Shortcuts=0",
 | 
						|
            "InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])"
 | 
						|
        ],
 | 
						|
        "keep": true
 | 
						|
    },
 | 
						|
    "uninstaller": {
 | 
						|
        "file": "py3.exe",
 | 
						|
        "args": [
 | 
						|
            "/uninstall",
 | 
						|
            "/quiet",
 | 
						|
            "InstallAllUsers=0"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "python.exe",
 | 
						|
        "pythonw.exe",
 | 
						|
        [
 | 
						|
            "python.exe",
 | 
						|
            "python3"
 | 
						|
        ],
 | 
						|
        "Lib\\idlelib\\idle.bat",
 | 
						|
        [
 | 
						|
            "Lib\\idlelib\\idle.bat",
 | 
						|
            "idle3"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://www.python.org/downloads/release/python-$cleanVersion/",
 | 
						|
            "find": "<td><a href=\".*$basename\".*</a></td>\\s+<td>Windows</td>\\s+<td>.*</td>\\s+<td>([A-Fa-f\\d]{32})"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |