mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 12:11:21 +00:00
45 lines
2.1 KiB
JSON
45 lines
2.1 KiB
JSON
{
|
|
"version": "2.9.18",
|
|
"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.18/nats-server-v2.9.18-windows-amd64.zip",
|
|
"hash": "139c2d63193d7df39894b144fb08a40e15548f89087e1932617239d36ab0c901",
|
|
"extract_dir": "nats-server-v2.9.18-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.18/nats-server-v2.9.18-windows-386.zip",
|
|
"hash": "9fe7d0503c64d07cba0c252f27664a451de934ac84b574f1beef70b69be1c9f2",
|
|
"extract_dir": "nats-server-v2.9.18-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.18/nats-server-v2.9.18-windows-arm64.zip",
|
|
"hash": "a73fd52abaabdd9c8ba9233695675a9e5ff6a094d94d78e464d6dafe9573548b",
|
|
"extract_dir": "nats-server-v2.9.18-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"
|
|
}
|
|
}
|
|
}
|