{ "version": "0.149.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.149.0/goreleaser_Windows_x86_64.zip", "hash": "394f5aa2744594545d5cba57e9b093d6fe23b90e7f9dc2e1f790cf933d566747" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.149.0/goreleaser_Windows_i386.zip", "hash": "444b81416fa91f0f6e0fb9a78b9b69e36ee360eb68781afd247d31077423bcf5" } }, "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" } } }