ScoopInstaller_Main/bucket/nats-server.json
2025-05-22 16:30:29 +00:00

45 lines
2.1 KiB
JSON

{
"version": "2.11.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.11.4/nats-server-v2.11.4-windows-amd64.zip",
"hash": "c78771905c52a8590f6c20cb101bb38ab65bd3046bd6ab8edf4e38efd41dce6f",
"extract_dir": "nats-server-v2.11.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.11.4/nats-server-v2.11.4-windows-386.zip",
"hash": "a43ca2863febfaa658b5dd708a9e85a7f7c0ac7e0d53f57f0434677df60d78aa",
"extract_dir": "nats-server-v2.11.4-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.11.4/nats-server-v2.11.4-windows-arm64.zip",
"hash": "633e547968918d304966dfcbeb5eb68aecbf124e6a5fdea6716d8b677d280836",
"extract_dir": "nats-server-v2.11.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"
}
}
}