Ver Fonte

Adding Firefox and Thunderbird in Czech

Miroslav Abrahám há 5 anos atrás
pai
commit
9528797048
2 ficheiros alterados com 92 adições e 0 exclusões
  1. 46 0
      firefox-cs.json
  2. 46 0
      thunderbird-cs.json

+ 46 - 0
firefox-cs.json

@@ -0,0 +1,46 @@
+{
+    "version": "74.0.1",
+    "description": "Popular open source web browser.",
+    "homepage": "https://www.mozilla.org/firefox/",
+    "license": "MPL-2.0",
+    "architecture": {
+        "64bit": {
+            "url": "https://archive.mozilla.org/pub/firefox/releases/74.0.1/win64/cs/Firefox%20Setup%2074.0.1.exe#/dl.7z",
+            "hash": "sha512:70e2babbdc44d7642ad31a52d6fd3fe750335cb65cac578d08bc8a865a7c25246f68d25fddc0b9d8e9ca58d40d6a01899cfa948cc67f48e6984be4b04707e860"
+        },
+        "32bit": {
+            "url": "https://archive.mozilla.org/pub/firefox/releases/74.0.1/win32/cs/Firefox%20Setup%2074.0.1.exe#/dl.7z",
+            "hash": "sha512:652e37232790e6d9dbcb2a152138aceb1c731f1a28f1be17faf40e8cfbb63e79fa1d228c59c75c05aebba2366e21f210316735dd81a139eab42bbfd898a2a8d4"
+        }
+    },
+    "extract_dir": "core",
+    "bin": "firefox.exe",
+    "shortcuts": [
+        [
+            "firefox.exe",
+            "Firefox"
+        ]
+    ],
+    "checkver": {
+        "url": "https://www.mozilla.org/en-US/firefox/notes/",
+        "regex": "<div class=\"c-release-version\">([\\d.]+)</div>"
+    },
+    "autoupdate": {
+        "architecture": {
+            "64bit": {
+                "url": "https://archive.mozilla.org/pub/firefox/releases/$version/win64/cs/Firefox%20Setup%20$version.exe#/dl.7z",
+                "hash": {
+                    "url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS",
+                    "regex": "$sha512\\s+win64/cs/$basename"
+                }
+            },
+            "32bit": {
+                "url": "https://archive.mozilla.org/pub/firefox/releases/$version/win32/cs/Firefox%20Setup%20$version.exe#/dl.7z",
+                "hash": {
+                    "url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS",
+                    "regex": "$sha512\\s+win32/cs/$basename"
+                }
+            }
+        }
+    }
+}

+ 46 - 0
thunderbird-cs.json

@@ -0,0 +1,46 @@
+{
+    "version": "68.6.0",
+    "description": "A free email application that’s easy to set up and customize.",
+    "homepage": "https://www.thunderbird.net",
+    "license": "MPL-2.0",
+    "architecture": {
+        "64bit": {
+            "url": "https://archive.mozilla.org/pub/thunderbird/releases/68.6.0/win64/cs/Thunderbird%20Setup%2068.6.0.exe#/dl.7z",
+            "hash": "sha512:322d923b90d59653dea0f0fa484415998b2152eba0f97c1d8f04d8c749cec4202199e66a80267cbb711681e671e7187e1c7a229a80e9f512123aedc2db5752f4"
+        },
+        "32bit": {
+            "url": "https://archive.mozilla.org/pub/thunderbird/releases/68.6.0/win32/cs/Thunderbird%20Setup%2068.6.0.exe#/dl.7z",
+            "hash": "sha512:29941b66d4a7d5d7dc38e0f43e33602d59b6cb02412ff443bfdd932ee5c92140c04872235bd02ccfc34e7a674517fdc05d9fa1389ed1603cbeec398e1ef12a4f"
+        }
+    },
+    "extract_dir": "core",
+    "bin": "thunderbird.exe",
+    "shortcuts": [
+        [
+            "thunderbird.exe",
+            "Mozilla Thunderbird"
+        ]
+    ],
+    "checkver": {
+        "url": "https://www.thunderbird.net/thunderbird/all/",
+        "regex": "thunderbird/([\\d.]+)/"
+    },
+    "autoupdate": {
+        "architecture": {
+            "64bit": {
+                "url": "https://archive.mozilla.org/pub/thunderbird/releases/$version/win64/cs/Thunderbird%20Setup%20$version.exe#/dl.7z",
+                "hash": {
+                    "url": "https://archive.mozilla.org/pub/thunderbird/releases/$version/SHA512SUMS",
+                    "regex": "$sha512\\s+win64/cs/$basename"
+                }
+            },
+            "32bit": {
+                "url": "https://archive.mozilla.org/pub/thunderbird/releases/$version/win32/cs/Thunderbird%20Setup%20$version.exe#/dl.7z",
+                "hash": {
+                    "url": "https://archive.mozilla.org/pub/thunderbird/releases/$version/SHA512SUMS",
+                    "regex": "$sha512\\s+win32/cs/$basename"
+                }
+            }
+        }
+    }
+}