mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 07:06:23 +00:00
26 lines
967 B
JSON
26 lines
967 B
JSON
{
|
|
"version": "5.4.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/v5.4.1/simplex-chat-windows-x86-64#/simplex-chat.exe",
|
|
"hash": "7c6bcf08e1a47a7226f0795177f286bd568ec6876505e83abd8b34525b4d46ca"
|
|
}
|
|
},
|
|
"bin": "simplex-chat.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repositories/229407566/releases",
|
|
"jsonpath": "$[?(@.prerelease == false)]..browser_download_url",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|