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>
This commit is contained in:
Zarin 2023-05-23 15:27:29 -04:00 committed by GitHub
parent 9dbdb73747
commit f5f8f26325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,18 @@
{ {
"version": "3.2.1", "version": "5.1.0",
"description": "Private and secure chat and applications platform", "description": "Private and secure chat and applications platform",
"homepage": "https://simplex.chat", "homepage": "https://simplex.chat",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/simplex-chat/simplex-chat/releases/download/v3.2.1/simplex-chat-windows-x86-64#/simplex-chat.exe", "url": "https://github.com/simplex-chat/simplex-chat/releases/download/v5.1.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
"hash": "44155dc5d2ef8abb5f5c59239f2fc4cba3ae3e62c44f4b0c77bbe27d585499cd" "hash": "1b0b8ba6409b902d2c45ae23fa455ee0cd39a260d6b63aab2606d0c6ec0d43bf"
} }
}, },
"bin": "simplex-chat.exe", "bin": "simplex-chat.exe",
"checkver": { "checkver": {
"url": "https://github.com/simplex-chat/simplex-chat/releases", "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" "regex": "download/v([\\d.]+)/simplex-chat-windows-x86-64"
}, },
"autoupdate": { "autoupdate": {