2024-10-16 12:31:47 +00:00

25 lines
860 B
JSON

{
"version": "2.6.3",
"description": "A simple, high performance relay server written in rust.",
"homepage": "https://github.com/zhboner/realm",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/zhboner/realm/releases/download/v2.6.3/realm-x86_64-pc-windows-msvc.tar.gz",
"hash": "9a856ae43996f3fa51f8ee651c5c2d1d91ad33a86fa8edfa5142a63ce2139e02"
}
},
"bin": "realm.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zhboner/realm/releases/download/v$version/realm-x86_64-pc-windows-msvc.tar.gz"
}
},
"hash": {
"url": "https://github.com/zhboner/realm/releases/download/v$version/realm-x86_64-pc-windows-msvc.sha256"
}
}
}