2024-03-15 12:30:29 +00:00

25 lines
860 B
JSON

{
"version": "2.5.4",
"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.5.4/realm-x86_64-pc-windows-msvc.tar.gz",
"hash": "fed819f608e786b1802efbde863bd548032a5e27029a5dd9c98ecfe9df5d98c4"
}
},
"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"
}
}
}