ScoopInstaller_Main/bucket/simplex-chat.json
2024-07-03 20:26:10 +00:00

26 lines
967 B
JSON

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