mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-22 16:52:29 +00:00
45 lines
2.1 KiB
JSON
45 lines
2.1 KiB
JSON
{
|
|
"version": "2.10.21",
|
|
"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.21/nats-server-v2.10.21-windows-amd64.zip",
|
|
"hash": "2cbb325b34df6c98895d5ef4f2511df8ed0b3f7d2c6b267f9fe7e06938952699",
|
|
"extract_dir": "nats-server-v2.10.21-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.21/nats-server-v2.10.21-windows-386.zip",
|
|
"hash": "d37430538a21b07b9945e3197e32be132564d758fc145aff1306e60472abd223",
|
|
"extract_dir": "nats-server-v2.10.21-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.21/nats-server-v2.10.21-windows-arm64.zip",
|
|
"hash": "18875a464aea82651699b19062993fcfc60181b1b66c2d6d8307ab1286b18a83",
|
|
"extract_dir": "nats-server-v2.10.21-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"
|
|
}
|
|
}
|
|
}
|