ScoopInstaller_Main/bucket/simplex-chat.json
2022-04-03 12:30:49 +00:00

25 lines
893 B
JSON

{
"version": "1.5.0",
"description": "Private and secure chat and applications platform",
"homepage": "https://simplex.chat",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/simplex-chat/simplex-chat/releases/download/v1.5.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
"hash": "b14d5b4617427244ba1eee19b5b27f3ca9cb244ab7c7c02176cd618d7cc7fb48"
}
},
"bin": "simplex-chat.exe",
"checkver": {
"url": "https://github.com/simplex-chat/simplex-chat/releases",
"regex": "download/v([\\d.]+)/simplex-chat-windows-x86-64"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/simplex-chat/simplex-chat/releases/download/v$version/simplex-chat-windows-x86-64#/simplex-chat.exe"
}
}
}
}