ScoopInstaller_Main/bucket/simplex-chat.json
2022-08-31 16:31:10 +00:00

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"
}
}
}
}