ScoopInstaller_Main/bucket/goreleaser.json
2021-08-18 20:00:33 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.175.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.175.0/goreleaser_Windows_x86_64.zip",
"hash": "1a74cae9baf508a04f83656a55dbc588b269db5f57db2daf3df72766e8abfde9"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.175.0/goreleaser_Windows_i386.zip",
"hash": "b4967eb137846ec9e1103c5e70b63108cfdc80280967997ec556e8ec3dc90abc"
}
},
"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/goreleaser_checksums.txt"
}
}
}