mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			991 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			991 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "7.3.20",
 | 
						|
    "description": "A fast, compliant alternative implementation of the Python language.",
 | 
						|
    "homepage": "https://www.pypy.org",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.python.org/pypy/pypy3.11-v7.3.20-win64.zip",
 | 
						|
            "hash": "a8d36f6ceb1d9be6cf24a73b0ba103e7567e396b2f7a33426b05e4a06330755b",
 | 
						|
            "extract_dir": "pypy3.11-v7.3.20-win64"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "pypy.exe",
 | 
						|
        "pypyw.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.pypy.org/download.html",
 | 
						|
        "regex": "pypy(?<py>3[\\d.]+)-v([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
 | 
						|
                "extract_dir": "pypy$matchPy-v$version-win64"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://www.pypy.org/checksums.html"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |