ScoopInstaller_Main/bucket/simplex-chat.json
2022-02-22 20:28:18 +00:00

25 lines
893 B
JSON

{
"version": "1.2.1",
"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.2.1/simplex-chat-windows-x86-64#/simplex-chat.exe",
"hash": "e51789be4f8682f4fbb579bd66862795f36d2bf5ff5462951c19eba4cf89ab64"
}
},
"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"
}
}
}
}