ScoopInstaller_Main/bucket/simplex-chat.json
2022-05-12 16:30:36 +00:00

25 lines
893 B
JSON

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