ScoopInstaller_Main/bucket/simplex-chat.json
2023-09-26 12:30:11 +00:00

26 lines
976 B
JSON

{
"version": "5.3.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.3.1/simplex-chat-windows-x86-64#/simplex-chat.exe",
"hash": "8233c5e47d7676a95dd5f3b4f9897ee07fb546946aad3db430df0c3c4f16158e"
}
},
"bin": "simplex-chat.exe",
"checkver": {
"url": "https://api.github.com/repos/simplex-chat/simplex-chat/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"
}
}
}
}