ScoopInstaller_Main/bucket/nats-server.json
2023-03-02 20:27:17 +00:00

45 lines
2.1 KiB
JSON

{
"version": "2.9.15",
"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.15/nats-server-v2.9.15-windows-amd64.zip",
"hash": "090f5c310beeb94f603898c6940f2793c292b20c131e578967fc2cdbd01bd42a",
"extract_dir": "nats-server-v2.9.15-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.15/nats-server-v2.9.15-windows-386.zip",
"hash": "8d2b23f33357383cf9eeb334f303dcee78a8f31b8b26069690f4af0e25cdb28d",
"extract_dir": "nats-server-v2.9.15-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.15/nats-server-v2.9.15-windows-arm64.zip",
"hash": "341f85d90b15e4713aa342898dab034702b4191f99a5ca484a9e731a7fda01c7",
"extract_dir": "nats-server-v2.9.15-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"
}
}
}