mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "description": "Free, open-source and portable Python distribution for Windows",
 | 
						|
    "version": "3.6.6.2",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.6/3.6.6.2/WinPython64-3.6.6.2Zero.exe#/dl.7z",
 | 
						|
            "hash": "e7feac807631eb7322ea36d74bb772f95c96457c4558464ed530d5d715ec8ac7",
 | 
						|
            "extract_dir": "python-3.6.6.amd64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.6/3.6.6.2/WinPython32-3.6.6.2Zero.exe#/dl.7z",
 | 
						|
            "hash": "29c48621b7c0fd5c3513de40aaafb4795cdc1a47505aa5cc646a2b7f7c6f9b10",
 | 
						|
            "extract_dir": "python-3.6.6"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "homepage": "https://winpython.github.io/",
 | 
						|
    "bin": [
 | 
						|
        "python.exe",
 | 
						|
        "pythonw.exe",
 | 
						|
        [
 | 
						|
            "python.exe",
 | 
						|
            "python3"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "env_add_path": [
 | 
						|
        "scripts"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://winpython.github.io/md5_sha1.txt",
 | 
						|
        "re": "-([\\d.]+)Zero.exe"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython64-$versionZero.exe#/dl.7z",
 | 
						|
                "extract_dir": "python-$majorVersion.$minorVersion.$patchVersion.amd64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython32-$versionZero.exe#/dl.7z",
 | 
						|
                "extract_dir": "python-$majorVersion.$minorVersion.$patchVersion"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://winpython.github.io/md5_sha1.txt",
 | 
						|
            "find": "([a-fA-F\\d]{64})\\s\\|\\s$basename"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |