ScoopInstaller_Main/bucket/goreleaser.json
2025-12-08 00:45:37 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.13.1",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.13.1/goreleaser_Windows_x86_64.zip",
"hash": "25cb285ab0481a9456ca8ef8e39147d4cf018f0990bc560efa3ed2a14e9d7da7"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.13.1/goreleaser_Windows_i386.zip",
"hash": "e0d0009bf46e281d21983051188eb59351a2fb3b5b64f30e79f9bc4431aa86bd"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.13.1/goreleaser_Windows_arm64.zip",
"hash": "b4bab00ed850e7e30054a462587fb7076a548cc137c5587694d2b8e5e65dffa6"
}
},
"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"
}
}
}