ScoopInstaller_Main/bucket/nats-server.json
2023-10-27 16:27:35 +00:00

45 lines
2.1 KiB
JSON

{
"version": "2.10.4",
"description": "High-Performance server for NATS.io, the cloud and edge native messaging system",
"homepage": "https://github.com/nats-io/nats-server",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.4/nats-server-v2.10.4-windows-amd64.zip",
"hash": "8792f3578b6ba3c8f3fc7763da1aea0525e92a02657017831a7d14dfd86e4959",
"extract_dir": "nats-server-v2.10.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.4/nats-server-v2.10.4-windows-386.zip",
"hash": "3f2855b2009baf4f1879f5e4c76c3f96cabaa4a059629f45aaea2bf0ab549c78",
"extract_dir": "nats-server-v2.10.4-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.4/nats-server-v2.10.4-windows-arm64.zip",
"hash": "c608a2db89013d32ef55b0be4b8c2df997bc5961953dfba98efedecea756999f",
"extract_dir": "nats-server-v2.10.4-windows-arm64"
}
},
"bin": "nats-server.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v$version/nats-server-v$version-windows-amd64.zip",
"extract_dir": "nats-server-v$version-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v$version/nats-server-v$version-windows-386.zip",
"extract_dir": "nats-server-v$version-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v$version/nats-server-v$version-windows-arm64.zip",
"extract_dir": "nats-server-v$version-windows-arm64"
}
},
"hash": {
"url": "https://github.com/nats-io/nats-server/releases/download/v$version/SHA256SUMS"
}
}
}