mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
860 B
JSON
25 lines
860 B
JSON
{
|
|
"version": "2.6.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.6.0/realm-x86_64-pc-windows-msvc.tar.gz",
|
|
"hash": "dd7e225ded80ec70fcc19190d0faf633e8787e84a288f1d7d89cfd890af9678b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|