ScoopInstaller_Main/bucket/goreleaser.json
2021-09-28 17:00:36 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.180.3",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.180.3/goreleaser_Windows_x86_64.zip",
"hash": "90148728dcddd414817a1bc9ddfed439e2dc0666a687fe1faf42ca40c2d4b09a"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.180.3/goreleaser_Windows_i386.zip",
"hash": "97acd540c3039f1d69bdbdac69296cd2e4ea1cd08c885267be772e183aa632c6"
}
},
"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"
}
}
}