ScoopInstaller_Main/bucket/goreleaser.json
2025-09-18 04:30:34 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.12.2",
"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.2/goreleaser_Windows_x86_64.zip",
"hash": "278f887c410bd0b2f02e99f77a67d5277b511944bd26108631b8f878bda53711"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.2/goreleaser_Windows_i386.zip",
"hash": "4d7c5e5f4ede6d8fb154e2d5cd496963f788e3c009d21a0869129beda734c9d8"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.2/goreleaser_Windows_arm64.zip",
"hash": "557aca29dc94314da683320dce0f86b2b1cc25803abbab63c1cf6c838ae1cd7b"
}
},
"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"
}
}
}