ScoopInstaller_Main/bucket/simplex-chat.json
2022-07-16 12:30:35 +00:00

25 lines
893 B
JSON

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