2025-08-03 00:48:23 +00:00

25 lines
860 B
JSON

{
"version": "2.8.0",
"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.8.0/realm-x86_64-pc-windows-msvc.tar.gz",
"hash": "66c53db6af829503dc0df8299811af8e5c9568366299a2cae33700061eaccdcb"
}
},
"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"
}
}
}