ScoopInstaller_Main/bucket/simplex-chat.json
2022-04-16 12:31:02 +00:00

25 lines
893 B
JSON

{
"version": "1.6.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/v1.6.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
"hash": "0b9d0aff499c8576b93e8b2c3d2f91769997c59e659d0b17ebf2bd648036b5f5"
}
},
"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"
}
}
}
}