mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			817 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			817 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "7.3.2",
 | 
						|
    "description": "A fast, compliant alternative implementation of the Python language.",
 | 
						|
    "homepage": "https://www.pypy.org",
 | 
						|
    "license": "MIT",
 | 
						|
    "url": "https://downloads.python.org/pypy/pypy3.7-v7.3.2-win32.zip",
 | 
						|
    "hash": "e3c589be07760bc3042981c379b7fd1603e832a4db426075f09e090473846a96",
 | 
						|
    "extract_dir": "pypy3.7-v7.3.2-win32",
 | 
						|
    "bin": [
 | 
						|
        "pypy3.exe",
 | 
						|
        "pypy3w.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.pypy.org/download.html",
 | 
						|
        "regex": "pypy(?<py>3[\\d.]+)-v([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win32.zip",
 | 
						|
        "hash": {
 | 
						|
            "url": "https://www.pypy.org/download.html"
 | 
						|
        },
 | 
						|
        "extract_dir": "pypy$matchPy-v$version-win32"
 | 
						|
    }
 | 
						|
}
 |