ScoopInstaller_Main/bucket/goreleaser.json
2024-12-16 04:30:21 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.5.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.5.0/goreleaser_Windows_x86_64.zip",
"hash": "ab77d444effb50eb2878c060a840bfa269101639dae450b8417cab5fe0fdcada"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.5.0/goreleaser_Windows_i386.zip",
"hash": "9558872f91161e3cb560bf146030535f556945af1c61068840bd3b957b94cfed"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.5.0/goreleaser_Windows_arm64.zip",
"hash": "73feaf21e77c9ba58e2f80ae94486c01e2c675c23186407e9318a0aa6dd730cd"
}
},
"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"
}
}
}