ScoopInstaller_Main/bucket/goreleaser.json
2020-07-23 07:58:19 +02:00

34 lines
1.2 KiB
JSON

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