ScoopInstaller_Main/bucket/simplex-chat.json
Zarin f5f8f26325
simplex-chat: Update to version 5.1.0 and Fix checkver (#4796)
* 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>
2023-05-23 19:27:29 +00:00

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"
}
}
}
}