{ "version": "2.0.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.0.0/goreleaser_Windows_x86_64.zip", "hash": "62fd801788693264da70d4601bf28efdcc6cc4fbd024ff5be876c5ef05680ca5" }, "32bit": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.0.0/goreleaser_Windows_i386.zip", "hash": "ed80e431184331a8c4042d2bcc13c218b33b43a53bd6d025c5866b7cd7cb149a" }, "arm64": { "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.0.0/goreleaser_Windows_arm64.zip", "hash": "59f094063833c7ae0271c41be08d0442c56154b01f9f08bac78bf0e67086d9fb" } }, "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" } } }