ScoopInstaller_Main/bucket/simplex-chat.json
2025-01-13 20:27:48 +00:00

26 lines
967 B
JSON

{
"version": "6.2.4",
"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/v6.2.4/simplex-chat-windows-x86-64#/simplex-chat.exe",
"hash": "15a8ef17b0ca88a0fde07fa36ef63dbcd0119d9014ad2751e03aa6bc06e6fc4b"
}
},
"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"
}
}
}
}