ScoopInstaller_Main/bucket/goreleaser.json
2025-10-22 00:39:56 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.12.6",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.6/goreleaser_Windows_x86_64.zip",
"hash": "9ae8f7423219ca729ab1c146c14d5b8d021fec4d9635cb2ecf9d58b8cf289787"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.6/goreleaser_Windows_i386.zip",
"hash": "dd2801cfcfcac0085852306a48351cd328c7dd4b23bf324cb21340cfed968803"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.6/goreleaser_Windows_arm64.zip",
"hash": "3c00fd6ccdb59844bf1e65a4c9404bd9baa68830edb08045b484acb734c1e5db"
}
},
"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"
}
}
}