ScoopInstaller_Main/bucket/simplex-chat.json
2022-06-01 16:30:45 +00:00

25 lines
893 B
JSON

{
"version": "2.2.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.2.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
"hash": "82330caf3d1aaa3deba335dbb4f8abe9df7e553bd6d32c2d0ed54e8ad16ee7cb"
}
},
"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"
}
}
}
}