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

34 lines
1.2 KiB
JSON

{
"version": "0.174.2",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.174.2/goreleaser_Windows_x86_64.zip",
"hash": "9d8ba7cd0ec4996182c4ffb3fa4b290e4ff2393ca2b77d7ec8ae4a4e9fc33c67"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.174.2/goreleaser_Windows_i386.zip",
"hash": "c238c24ee6a043ef64f6e64279a48d48e89982e3d07c8159e8dcbe170b4aaf6c"
}
},
"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"
}
}
}