mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.44.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.44.0/air_1.44.0_windows_amd64.tar.gz",
 | 
						|
            "hash": "ddbf102554a5a7294d9ae7fd49a9bf2395762cbe8f183862a4ffd06a70b620b8"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/cosmtrek/air/releases/download/v1.44.0/air_1.44.0_windows_386.tar.gz",
 | 
						|
            "hash": "7f17bd5946368fd0e7a6c4ad0fb8cbc808e5b2b90ffd07c7c0c4f5e2d99a13d8"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/cosmtrek/air/releases/download/v1.44.0/air_1.44.0_windows_arm64.tar.gz",
 | 
						|
            "hash": "978e11e83477ecb3f2ab82251bdfdea58c5d8902afd13a1d3def710649886e15"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |