ScoopInstaller_Main/bucket/goreleaser.json
2021-07-06 14:00:43 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.173.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.173.2/goreleaser_Windows_x86_64.zip",
"hash": "3fff6dafa0a5a6862b89de6f6c85de5c3e76f6895c7f5d86ce7c8197119fce76"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.173.2/goreleaser_Windows_i386.zip",
"hash": "6aa8acddb0d44781c4b80ab6cf9b5671c72261e097cb79943f9d764999eeb1d8"
}
},
"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"
}
}
}