mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.15.1",
 | 
						|
    "description": "A modern, extensible Python project manager.",
 | 
						|
    "homepage": "https://hatch.pypa.io",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.15.1/hatch-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "82842edf503b341ba75de7042e5240998e950bc7aa923d92fbc2fcc9bfead445"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.15.1/hatch-i686-pc-windows-msvc.zip",
 | 
						|
            "hash": "f92e878644a2543762dbbaeea6425b8003ad76e22449c6dc4a86c125743b23c2"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "hatch.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/pypa/hatch/",
 | 
						|
        "regex": "/tag/hatch-(?:v|V)?([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/pypa/hatch/releases/download/hatch-v$version/hatch-x86_64-pc-windows-msvc.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/pypa/hatch/releases/download/hatch-v$version/hatch-i686-pc-windows-msvc.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |