{ "version": "0.169.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.169.0/goreleaser_Windows_x86_64.zip", "hash": "9f07f4d6c6158e8101469367f6ed7d286f5b630cac1e8d79664bc975240349e9" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.169.0/goreleaser_Windows_i386.zip", "hash": "5af3bb1ec04b2399f17c403dd906990402e487051c82722ab94236b80136ca42" } }, "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" } } }