{ "version": "1.14.0", "description": "Release automation tool for Go projects.", "homepage": "https://goreleaser.com", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.14.0/goreleaser_Windows_x86_64.zip", "hash": "67cdec7ae99dbcf86f579933cfd6b2daf07ace7d377f94546b5cbe64949308f2" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.14.0/goreleaser_Windows_i386.zip", "hash": "6e40ed46ab039b60919957ef305623b54769d52aea539502e8e240bd227733c5" } }, "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/checksums.txt", "regex": "$sha256 $basename\\n" } } }