{ "version": "1.19.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.19.1/goreleaser_Windows_x86_64.zip", "hash": "6f17c65a645b5cb1395da910a2252afc68edf88222ee55fa535bcc0ce1f6606a" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.19.1/goreleaser_Windows_i386.zip", "hash": "3bc07db10a95747671df910bf2ecd436c934632f8d313912a9a2753f4e9f69ef" }, "arm64": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.19.1/goreleaser_Windows_arm64.zip", "hash": "2ff9ccebb0f0e785b13fa522fb5987ef7a39cc46ede03b529b7c8dbc0d54307f" } }, "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" } } }