ScoopInstaller_Main/bucket/nats-server.json
2025-08-01 12:31:30 +00:00

45 lines
2.1 KiB
JSON

{
"version": "2.11.7",
"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.7/nats-server-v2.11.7-windows-amd64.zip",
"hash": "07a1b7d68d7853c4c6032021439a0447d2df99de8302d06acc2974bb14812216",
"extract_dir": "nats-server-v2.11.7-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.11.7/nats-server-v2.11.7-windows-386.zip",
"hash": "fd6faa9f075733607da4a80d29439dbbbbdbb0b6fccffff1681602c00303bd6b",
"extract_dir": "nats-server-v2.11.7-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.11.7/nats-server-v2.11.7-windows-arm64.zip",
"hash": "044f586cf4cc9c68fa8bf7dce77cd4c6d22240eeadffc8596734fa448ba958cd",
"extract_dir": "nats-server-v2.11.7-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"
}
}
}