ScoopInstaller_Main/bucket/simplex-chat.json
2024-03-23 21:04:57 +00:00

26 lines
967 B
JSON

{
"version": "5.6.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/v5.6.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
"hash": "b7c4011ea356ad9fe7d7428c644fe85f23fb593ebf3ab92cef320ea96920b0ec"
}
},
"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"
}
}
}
}