ScoopInstaller_Main/bucket/goreleaser.json
2021-10-12 21:22:23 -07:00

34 lines
1.2 KiB
JSON

{
"version": "0.182.1",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.182.1/goreleaser_Windows_x86_64.zip",
"hash": "66af1c25dc8153f7df1919938111d3e01d5fb717ea089238e4cec9fd67290183"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.182.1/goreleaser_Windows_i386.zip",
"hash": "56b134355a59efc5638fb9bc4eb793c852afee0508fafe062f60506e23dd8c85"
}
},
"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"
}
}
}