ScoopInstaller_Main/bucket/simplex-chat.json
2022-02-26 16:29:21 +00:00

25 lines
893 B
JSON

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