mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
45 lines
2.1 KiB
JSON
45 lines
2.1 KiB
JSON
{
|
|
"version": "2.10.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.10.7/nats-server-v2.10.7-windows-amd64.zip",
|
|
"hash": "92c4883cdf608c1e096feabcc9a0f46935ba34fce72210520ba2e66207968630",
|
|
"extract_dir": "nats-server-v2.10.7-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.7/nats-server-v2.10.7-windows-386.zip",
|
|
"hash": "f37550827e968c106f2a4f6e0aa44ceb0b8c3b16b62e1262af4d857988bac0b3",
|
|
"extract_dir": "nats-server-v2.10.7-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.7/nats-server-v2.10.7-windows-arm64.zip",
|
|
"hash": "c8a6c66446b976d57c2e4d52fcee94843691b5e88d16b574e551b3cce9fd6845",
|
|
"extract_dir": "nats-server-v2.10.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"
|
|
}
|
|
}
|
|
}
|