|
@@ -0,0 +1,22 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "version": "1.3.4",
|
|
|
|
|
+ "description": "Delta Chat is a chat app that sends messages via e-mails, encrypted if possible, with Autocrypt.",
|
|
|
|
|
+ "license": "GPL-3.0-or-later",
|
|
|
|
|
+ "homepage": "https://delta.chat/en/",
|
|
|
|
|
+ "hash": "sha512:130f8537bec491f24bb2ddc5dd3161a5241fdaeef75ca51da4699930a1dc0b5ce053542a3501ca797436f085d413997f24c44ba53807a6e65fd98144c6e2ee43",
|
|
|
|
|
+ "url": "https://download.delta.chat/desktop/v1.3.4/DeltaChat%201.3.4.exe",
|
|
|
|
|
+ "bin": [["DeltaChat%201.3.4.exe", "deltachat"]],
|
|
|
|
|
+ "shortcuts": [
|
|
|
|
|
+ [
|
|
|
|
|
+ "DeltaChat%201.3.4.exe",
|
|
|
|
|
+ "Delta Chat"
|
|
|
|
|
+ ]
|
|
|
|
|
+ ],
|
|
|
|
|
+ "persist": [
|
|
|
|
|
+ ["DeltaChatData", "data"]
|
|
|
|
|
+ ],
|
|
|
|
|
+ "checkver": "github",
|
|
|
|
|
+ "autoupdate": {
|
|
|
|
|
+ "url": "https://download.delta.chat/desktop/v$version/DeltaChat%20$version.exe"
|
|
|
|
|
+ }
|
|
|
|
|
+}
|