simplex-chat: Add version 1.0.0 (#3222)

* simplex-chat: Add version 1.0.0

* Update bucket/simplex-chat.json

Co-authored-by: Issac Lin <issaclin32@gmail.com>

Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
Kazi 2022-01-21 12:21:25 +01:00 committed by GitHub
parent da47f71703
commit 331518021a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/simplex-chat.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "1.0.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/v1.0.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
"hash": "34CD17B6DCCAEE7964C071DBA83222E1BD90EB1580FA46D857D7A80587033E03"
}
},
"bin": "simplex-chat.exe",
"checkver": {
"url": "https://github.com/simplex-chat/simplex-chat/releases",
"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"
}
}
}
}