ScoopInstaller_Main/bucket/nats-server.json
2024-10-17 20:28:00 +00:00

45 lines
2.1 KiB
JSON

{
"version": "2.10.22",
"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.22/nats-server-v2.10.22-windows-amd64.zip",
"hash": "33c8a0c6feb441ec4c7007e0af9ef2a45356d6809cd08ec4871a3d659fc74e91",
"extract_dir": "nats-server-v2.10.22-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.22/nats-server-v2.10.22-windows-386.zip",
"hash": "339e2dc509616128910ac6931dfc903b0101f205ef82dfbaf35f92c5f5d3c991",
"extract_dir": "nats-server-v2.10.22-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.22/nats-server-v2.10.22-windows-arm64.zip",
"hash": "04cc89b35866d0a55768cf4a3168d9b750c5c1037e73ebaf8c45c5168a0ec0dc",
"extract_dir": "nats-server-v2.10.22-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"
}
}
}