ScoopInstaller_Main/bucket/goreleaser.json
2021-08-25 02:01:48 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.176.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.176.0/goreleaser_Windows_x86_64.zip",
"hash": "ccd955af3069c3f8a560e40b7d6a92566febeb5abb243274e4484c136ec7b4df"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.176.0/goreleaser_Windows_i386.zip",
"hash": "959896ccf85ce2795b2c4226cf77a942114d259d28ad7b9427f33cc6f79d373d"
}
},
"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"
}
}
}