{ "version": "0.138.0", "description": "Release automation tool for Go projects.", "homepage": "https://goreleaser.com", "license": "MIT", "architecture": { "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.138.0/goreleaser_Windows_i386.zip", "hash": "c15bcf026f37483d629de8bf6c3c6ff6a71e5600e3c92a54576fb93af072db19" }, "64bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.138.0/goreleaser_Windows_x86_64.zip", "hash": "de174f85e1057a3d366030aeb0050bbf021ecc4783458195cd12ba6ebd5de2a9" } }, "bin": "goreleaser.exe", "checkver": { "github": "https://github.com/goreleaser/goreleaser/" }, "autoupdate": { "architecture": { "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_i386.zip" }, "64bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_x86_64.zip" } }, "hash": { "url": "$baseurl/goreleaser_checksums.txt" } } }