ScoopInstaller_Main/bucket/nats-server.json
2025-01-23 20:27:42 +00:00

45 lines
2.1 KiB
JSON

{
"version": "2.10.25",
"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.25/nats-server-v2.10.25-windows-amd64.zip",
"hash": "cfc706d1add1d61e7f00023f12ab8e4266f2dddce21ac1cb0934d261d793b185",
"extract_dir": "nats-server-v2.10.25-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.25/nats-server-v2.10.25-windows-386.zip",
"hash": "e638ee003322c68d79e19390c37b430610e803d9312e7e02f8670656ae85f70c",
"extract_dir": "nats-server-v2.10.25-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.25/nats-server-v2.10.25-windows-arm64.zip",
"hash": "b56cfde19c9a253601bf0e85a3981daf66a458039459d190ce2cf5ea9d8a0842",
"extract_dir": "nats-server-v2.10.25-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"
}
}
}