mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
26 lines
976 B
JSON
26 lines
976 B
JSON
{
|
|
"version": "5.2.3",
|
|
"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.2.3/simplex-chat-windows-x86-64#/simplex-chat.exe",
|
|
"hash": "ba964a25fb5bac1385fccfaf46d2a4563f75dcce9586621286d7de99018e1ee1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|