mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.7.4.1",
 | 
						|
    "description": "Free, open-source and portable Python distribution for Windows",
 | 
						|
    "homepage": "https://winpython.github.io/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.4.1/WinPython64-3.7.4.1Zero.exe#/dl.7z",
 | 
						|
            "hash": "ec97e69de4d01f7c70278be2e7abd91a2ade757878c4d93dbdef7d4fb2acba05",
 | 
						|
            "extract_dir": "WPy64-3741\\python-3.7.4.amd64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.4.1/WinPython32-3.7.4.1Zero.exe#/dl.7z",
 | 
						|
            "hash": "e6e6c85cb6145dc6b3a6868033cd48a4386eddd55ed2ced6940ffbc8622ed7be",
 | 
						|
            "extract_dir": "WPy32-3741\\python-3.7.4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "python.exe",
 | 
						|
        "pythonw.exe",
 | 
						|
        [
 | 
						|
            "python.exe",
 | 
						|
            "python3"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "env_add_path": "scripts",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/winpython/winpython/",
 | 
						|
        "regex": "-([\\d.]+)Zero\\.exe",
 | 
						|
        "reverse": true
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython64-$versionZero.exe#/dl.7z",
 | 
						|
                "extract_dir": "WPy64-$cleanVersion\\python-$majorVersion.$minorVersion.$patchVersion.amd64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython32-$versionZero.exe#/dl.7z",
 | 
						|
                "extract_dir": "WPy32-$cleanVersion\\python-$majorVersion.$minorVersion.$patchVersion"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://winpython.github.io/md5_sha1.txt",
 | 
						|
            "regex": "$sha256\\s+\\|\\s+$basename"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |