{ "version": "1.11.4", "description": "Release automation tool for Go projects.", "homepage": "https://goreleaser.com", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.11.4/goreleaser_Windows_x86_64.zip", "hash": "009fcc95c889b7c34e69f39f14776bbaec2f737d2f909783ca5d1304000f78eb" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.11.4/goreleaser_Windows_i386.zip", "hash": "6308412207eac1eece06862533d66f4136279883d222557b60985fd5668e2f70" } }, "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" } }, "hash": { "url": "$baseurl/checksums.txt", "regex": "$sha256 $basename\\n" } } }