ScoopInstaller_Main/bucket/simplex-chat.json
2022-08-06 16:30:02 +00:00

25 lines
893 B
JSON

{
"version": "3.1.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/v3.1.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
"hash": "d125ef1a4048ff3a2a674996331a823e7dba94109e199a3558144c7eb8f707ae"
}
},
"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"
}
}
}
}