mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 13:31:18 +00:00
25 lines
893 B
JSON
25 lines
893 B
JSON
{
|
|
"version": "2.1.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/v2.1.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
|
|
"hash": "0afe8ec4a540a8d049da9e51876a976d3a9d8f7a5bedaf64c9f471162ba20ea0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|