ScoopInstaller_Main/bucket/nats-server.json
2022-10-28 00:38:53 +00:00

45 lines
2.1 KiB
JSON

{
"version": "2.9.4",
"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.4/nats-server-v2.9.4-windows-amd64.zip",
"hash": "ba5d135b14bb4f4c106639c6f0b3fe5530b4e9ec4dd2c4e3b83f78c0e808e435",
"extract_dir": "nats-server-v2.9.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.4/nats-server-v2.9.4-windows-386.zip",
"hash": "22637b7bdefdf88111a160091d23be60cca805a2156598dcc95f2880b7525372",
"extract_dir": "nats-server-v2.9.4-windows-386"
},
"arm64": {
"url": "https://github.com/nats-io/nats-server/releases/download/v2.9.4/nats-server-v2.9.4-windows-arm64.zip",
"hash": "0771a0d0c1d7ffa20ad20f28898e58a6871cfc6212614f391aaa1aecdfde895f",
"extract_dir": "nats-server-v2.9.4-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"
}
}
}