mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.154.0",
 | 
						|
    "description": "Release automation tool for Go projects.",
 | 
						|
    "homepage": "https://goreleaser.com",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.154.0/goreleaser_Windows_x86_64.zip",
 | 
						|
            "hash": "8f555233c77aed5df09449bf376240739736bdce811ef6265b7d0a4017c80f9f"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.154.0/goreleaser_Windows_i386.zip",
 | 
						|
            "hash": "384aa03ded28f5d80bd170427de0606ec7e7a91194a4656b33e40c0aec38e9fe"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "goreleaser.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/goreleaser/goreleaser/"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_x86_64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_i386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/goreleaser_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |