mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.63.0",
 | 
						|
    "description": "A live-reloading command line utility for developing Go applications.",
 | 
						|
    "homepage": "https://github.com/cosmtrek/air",
 | 
						|
    "license": "GPL-3.0-or-later",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/cosmtrek/air/releases/download/v1.63.0/air_1.63.0_windows_amd64.tar.gz",
 | 
						|
            "hash": "a38dd3638c126c683ef0932e2e13f669e99af6b5fe0b58ac6f72232943dcef18"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/cosmtrek/air/releases/download/v1.63.0/air_1.63.0_windows_386.tar.gz",
 | 
						|
            "hash": "a1f2d56d1d3e3430758de5a32d0beae347b251717f6948980fdb08c9e81f4cbf"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/cosmtrek/air/releases/download/v1.63.0/air_1.63.0_windows_arm64.tar.gz",
 | 
						|
            "hash": "a1c8c2e4b2c37d25eeae3a804e5998070b51b0ddf4ee70ba5b3509b7ce27f573"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "air.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/cosmtrek/air/releases/download/v$version/air_$version_windows_amd64.tar.gz"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/cosmtrek/air/releases/download/v$version/air_$version_windows_386.tar.gz"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/cosmtrek/air/releases/download/v$version/air_$version_windows_arm64.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/air_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |