{ "version": "2.1.0", "description": "Release automation tool for Go projects.", "homepage": "https://goreleaser.com", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.1.0/goreleaser_Windows_x86_64.zip", "hash": "fe4481b875f7a095ee16f15cdd7c4547e210e1298d1220fe55cf684a0debb089" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.1.0/goreleaser_Windows_i386.zip", "hash": "42c99fdf69fcd3b6d57d8198a08eab00ea8566b89960125f263b1fb635dcd834" }, "arm64": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.1.0/goreleaser_Windows_arm64.zip", "hash": "17d1d8f8f7ab579a43f3732304d2d9f6ddc67150d766ad03c484bb5f4941fb5e" } }, "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" }, "arm64": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_arm64.zip" } }, "hash": { "url": "$baseurl/checksums.txt", "regex": "$sha256 $basename\\n" } } }