2024-11-22 20:29:06 +00:00

25 lines
860 B
JSON

{
"version": "2.7.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.7.0/realm-x86_64-pc-windows-msvc.tar.gz",
"hash": "8b78f1678e07a7c275a320eb74faf70a82b399a748899c6741d4df7af7b4133e"
}
},
"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"
}
}
}