ScoopInstaller_Main/bucket/nats-server.json
2026-01-27 16:30:57 +00:00

45 lines
2.1 KiB
JSON

{
"version": "2.12.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.12.4/nats-server-v2.12.4-windows-amd64.zip",
"hash": "99efb643ef399299ed5736e4fc7220551e8450fe9351adc3c2f678b5737815f5",
"extract_dir": "nats-server-v2.12.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.12.4/nats-server-v2.12.4-windows-386.zip",
"hash": "90101e08a9f91313ca612b78af5b3e1fa5c6389c46bc638bcbcae5c6874cf786",
"extract_dir": "nats-server-v2.12.4-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.12.4/nats-server-v2.12.4-windows-arm64.zip",
"hash": "6df05f8d4490662453582304e6f0e76f912984806e3eeed5737f51627ca2ac51",
"extract_dir": "nats-server-v2.12.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"
}
}
}