ScoopInstaller_Main/bucket/goreleaser.json
2022-04-16 12:30:56 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.1",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.8.1/goreleaser_Windows_x86_64.zip",
"hash": "5f405e7976df89f95a5254beab6bd30ba998da8b7197cc92fb94184b7f3b3c48"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.8.1/goreleaser_Windows_i386.zip",
"hash": "ccd4695a855410c685296ca86d7c6aeb8be544d9d4a55da4535b163c7b513b2b"
}
},
"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"
}
}
}