ScoopInstaller_Main/bucket/goreleaser.json
2022-11-20 20:27:11 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.13.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.13.0/goreleaser_Windows_x86_64.zip",
"hash": "433adc7deb435f758fff0310379e0615b9f5c06948ff102f10bfe8531bf588d5"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.13.0/goreleaser_Windows_i386.zip",
"hash": "80acda4fb8a28b377b7330dc7c7d29e3a2c2650cd8a0439021ea829a58687007"
}
},
"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/checksums.txt",
"regex": "$sha256 $basename\\n"
}
}
}