mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
893 B
JSON
25 lines
893 B
JSON
{
|
|
"version": "3.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/v3.2.1/simplex-chat-windows-x86-64#/simplex-chat.exe",
|
|
"hash": "44155dc5d2ef8abb5f5c59239f2fc4cba3ae3e62c44f4b0c77bbe27d585499cd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|