Przeglądaj źródła

Initial release of Dreamset 2.4.13

Miroslav Abrahám 5 lat temu
rodzic
commit
d852019009
1 zmienionych plików z 36 dodań i 0 usunięć
  1. 36 0
      bucket/dreamset.json

+ 36 - 0
bucket/dreamset.json

@@ -0,0 +1,36 @@
+{
+    "version": "2.4.13",
+    "description": "Dreamset is a settings editor for digital satellite receivers.",
+    "homepage": "http://www.dreamset-editor.com",
+    "architecture": {
+        "64bit": {
+            "url": "http://www.dreamset-editor.com/files/dreamset2413x64.zip",
+            "hash": "sha1:b24d4a3d0b1802b90ca6423d960c5b8cc367f6e2"
+        },
+        "32bit": {
+            "url": "http://www.dreamset-editor.com/files/dreamset2413.zip",
+            "hash": "sha1:522733f6a1103ef6dd412f981573d4706bcfa83f"
+        }
+    },
+    "bin": "dreamset.exe",
+    "shortcuts": [
+        [
+            "dreamset.exe",
+            "Dreamset"
+        ]
+    ],
+    "checkver": {
+        "url": "http://www.dreamset-editor.com/index.php",
+        "regex": "Dreamset ([\\d.]+) \\(32bit\\)"
+    },
+    "autoupdate": {
+        "architecture": {
+            "64bit": {
+                "url": "http://www.dreamset-editor.com/files/dreamset$cleanVersionx64.zip"
+            },
+            "32bit": {
+                "url": "http://www.dreamset-editor.com/files/dreamset$cleanVersion.zip"
+            }
+        }
+    }
+}