ScoopInstaller_Main/bucket/goreleaser.json
2020-07-13 16:30:18 +02:00

34 lines
1.2 KiB
JSON

{
"version": "0.140.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.140.0/goreleaser_Windows_x86_64.zip",
"hash": "0447c00bae80c4914355a07f00d3e4d0a452317ef4c0e40e14a7c02510558094"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.140.0/goreleaser_Windows_i386.zip",
"hash": "521be927c1c05d3473d896e9722a9ecd98e7c7e11ba26c5f409042cdf78a712a"
}
},
"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"
}
}
}