mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.14.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.14.1/hatch-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "a91f26d13b9c3467952c0a68cbb05fc37923335e50b55e52336c8c090e3caaea"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.14.1/hatch-i686-pc-windows-msvc.zip",
 | 
						|
            "hash": "59275b3efb2e0ec6ebdab15ffb477582c797eacc07122eab014228ffee4d63ad"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |