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

45 lines
2.1 KiB
JSON

{
"version": "2.10.24",
"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.24/nats-server-v2.10.24-windows-amd64.zip",
"hash": "bf94c9a9f1685147fd95f6c62f26d16fb72dc8c8c592e2d8c9115e2491c508c3",
"extract_dir": "nats-server-v2.10.24-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.24/nats-server-v2.10.24-windows-386.zip",
"hash": "e9e0226bd80e33c5ea2c66564bd9d6521c396c53d2a69e923338edc7de70d9e2",
"extract_dir": "nats-server-v2.10.24-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.24/nats-server-v2.10.24-windows-arm64.zip",
"hash": "37bd4d3274254ced395dfc0f72e2df9cdf58ed2f14e580e3fbd603a6315b5d3e",
"extract_dir": "nats-server-v2.10.24-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"
}
}
}