ScoopInstaller_Main/bucket/nats-server.json
2023-11-10 00:32:30 +00:00

45 lines
2.1 KiB
JSON

{
"version": "2.10.5",
"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.5/nats-server-v2.10.5-windows-amd64.zip",
"hash": "0e07ed8f8ce2b0db0830eae0ba996f5023d8297ca043801411775555c183a964",
"extract_dir": "nats-server-v2.10.5-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.5/nats-server-v2.10.5-windows-386.zip",
"hash": "88439126a24f7530be3d8c0439955be8733acea924d986c8846d44b9514bd647",
"extract_dir": "nats-server-v2.10.5-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.5/nats-server-v2.10.5-windows-arm64.zip",
"hash": "5593a5f138b9be43f375c991b3a280cd7e611e9f5c174067eaecb3eb60413aa0",
"extract_dir": "nats-server-v2.10.5-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"
}
}
}