{ "version": "2.11.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.11.0/goreleaser_Windows_x86_64.zip", "hash": "9dee11dc151b45ce3195e7ce911320de94533bf1661544ffc46539c850e021df" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.11.0/goreleaser_Windows_i386.zip", "hash": "72d699714adafa26498b097db3ca53b14350a99c945d33e3cbe2f8011ced82cf" }, "arm64": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.11.0/goreleaser_Windows_arm64.zip", "hash": "8a101601e83080d6598f193fedbe63df3abb5da3c45e9961657d1e916083508a" } }, "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" } } }