ScoopInstaller_Main/bucket/goreleaser.json
2022-02-12 20:25:54 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.5.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.5.0/goreleaser_Windows_x86_64.zip",
"hash": "9132179d7896f1ba856beae71ff3b914703e68150b3b91a378f8fb8a997080cc"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.5.0/goreleaser_Windows_i386.zip",
"hash": "1b2c4ffeacc6f8ec3ecf99f8a7145401b53c8cecd8def27c6246267a3e5efdc0"
}
},
"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"
}
}
}