mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
45 lines
2.1 KiB
JSON
45 lines
2.1 KiB
JSON
{
|
|
"version": "2.9.19",
|
|
"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.9.19/nats-server-v2.9.19-windows-amd64.zip",
|
|
"hash": "52f263cdc2748041011019bd988705a97340263bbd06615e70ac5c0aebfac2f0",
|
|
"extract_dir": "nats-server-v2.9.19-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.19/nats-server-v2.9.19-windows-386.zip",
|
|
"hash": "0a0a9634d94a901d64fb296c363b7cac84d17c9e1eb149420004d5af228844ab",
|
|
"extract_dir": "nats-server-v2.9.19-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.19/nats-server-v2.9.19-windows-arm64.zip",
|
|
"hash": "145cc9579e38f5512adf01fca714c5e4601b10251785560281341e44c19b9266",
|
|
"extract_dir": "nats-server-v2.9.19-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"
|
|
}
|
|
}
|
|
}
|