{ "version": "0.172.1", "description": "Release automation tool for Go projects.", "homepage": "https://goreleaser.com", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.172.1/goreleaser_Windows_x86_64.zip", "hash": "7c751c6563c5c07fff6093d6f7d2e3d7b1555c48ab6f0357e76233353a35d0ed" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.172.1/goreleaser_Windows_i386.zip", "hash": "0342ce988b3ebb1f441909982234ee1cc45bfd07cd2217baa38021ae22631ab3" } }, "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" } } }