mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
* simplex-chat: fix checkver * simplex-chat: Update to version 4.5.4 * Update to version 5.1.0 --------- Co-authored-by: HUMORCE <humorce@outlook.com>
26 lines
976 B
JSON
26 lines
976 B
JSON
{
|
|
"version": "5.1.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.1.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
|
|
"hash": "1b0b8ba6409b902d2c45ae23fa455ee0cd39a260d6b63aab2606d0c6ec0d43bf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|