{ "version": "1.16.1", "description": "Release automation tool for Go projects.", "homepage": "https://goreleaser.com", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.16.1/goreleaser_Windows_x86_64.zip", "hash": "1b5c2a3d3a507e909c6fdf8d2061590a0933d695cce9ba37467f7a3b283a83f4" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.16.1/goreleaser_Windows_i386.zip", "hash": "2dd7229a9b44756f64ccf932a9b9c3426b2614c322f8233130b3e4ebc295e873" }, "arm64": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.16.1/goreleaser_Windows_arm64.zip", "hash": "b1e2d59739818c989a0d56998c0fd69a1717291539a8a6209f4353eea8a6d0b4" } }, "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" } } }