ScoopInstaller_Main/bucket/goreleaser.json
2021-01-15 21:52:33 +01:00

34 lines
1.2 KiB
JSON

{
"version": "0.155.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.155.0/goreleaser_Windows_x86_64.zip",
"hash": "abe55e4d8e8ba58913850ce8871550d9699510d84dc334035069105b42ecc980"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.155.0/goreleaser_Windows_i386.zip",
"hash": "798670361dfc469f1ce4f6e3bd9233d28f09700ef776fa346b20b2e301657a79"
}
},
"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"
}
}
}