{ "version": "2.4.4", "description": "Release automation tool for Go projects.", "homepage": "https://goreleaser.com", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.4.4/goreleaser_Windows_x86_64.zip", "hash": "305808fd6e9f686448c9d37b4a3c3771b73372446bd255844819fa38ebe95faf" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.4.4/goreleaser_Windows_i386.zip", "hash": "f2ccd88647a4a773fd282296c21e7890efe064e2462e076e46288856e1ed29bf" }, "arm64": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.4.4/goreleaser_Windows_arm64.zip", "hash": "d1ed96b742af8503550b7574e98f3fd5b93e5e502a6c7ed3a7945e6ba8b36bbd" } }, "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" } } }