ScoopInstaller_Main/bucket/goreleaser.json
2024-08-15 04:28:14 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.2.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.2.0/goreleaser_Windows_x86_64.zip",
"hash": "5c63632f07e19190f09ac474eaf9f7f9c9e1db1c80efc4e4925acef7f1f5dfe2"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.2.0/goreleaser_Windows_i386.zip",
"hash": "f167314a4b32d561a2a0a39b7243833bd63ebf2def38fbffedb073b621c701d7"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.2.0/goreleaser_Windows_arm64.zip",
"hash": "3013b41ff3efcdda16a7976e54c5ca2041e624d96cb8935ab5cfa976544c6f2d"
}
},
"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"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256 $basename\\n"
}
}
}