mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 15:31:19 +00:00
45 lines
2.1 KiB
JSON
45 lines
2.1 KiB
JSON
{
|
|
"version": "2.10.11",
|
|
"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.11/nats-server-v2.10.11-windows-amd64.zip",
|
|
"hash": "e788d206a4e87585cbfbe2cb63fb54ea90f60c5af2ddb3651b4abc0192ca659d",
|
|
"extract_dir": "nats-server-v2.10.11-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.11/nats-server-v2.10.11-windows-386.zip",
|
|
"hash": "8c65118d45db822aad3c28439aac342b8a9056ca433ac387102ca32d6bc7f9d5",
|
|
"extract_dir": "nats-server-v2.10.11-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nats-io/nats-server/releases/download/v2.10.11/nats-server-v2.10.11-windows-arm64.zip",
|
|
"hash": "a13c885794b8773072929027b1ed2edac46f8e6dd2053e8871f93b8642a59190",
|
|
"extract_dir": "nats-server-v2.10.11-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"
|
|
}
|
|
}
|
|
}
|