Ver Fonte

Adding Firefox 65.0.1

Miroslav Abrahám há 6 anos atrás
pai
commit
13666bf542
1 ficheiros alterados com 46 adições e 0 exclusões
  1. 46 0
      kunago-firefox.json

+ 46 - 0
kunago-firefox.json

@@ -0,0 +1,46 @@
+{
+    "description": "Popular open source web browser. Cross-platform and available in Czech language.",
+    "homepage": "https://www.mozilla.org/cs/firefox/new/",
+    "version": "65.0.1",
+    "license": "MPL-2.0",
+    "architecture": {
+        "64bit": {
+            "url": "https://download.mozilla.org/?product=firefox-65.0.1-SSL&os=win64&lang=cs#/firefox.7z",
+            "hash": "380dcbc0be2f712d9c775ec823df76d52753b0907422c68d96b64069cea32d6a"
+        },
+        "32bit": {
+            "url": "https://download.mozilla.org/?product=firefox-65.0.1-SSL&os=win&lang=cs#/firefox.7z",
+            "hash": "40cca9dadd803d5bc0b0321519709fa602e20384236b5c6df5c47be71559ae36"
+        }
+    },
+    "extract_dir": "core",
+    "bin": "firefox.exe",
+    "shortcuts": [
+        [
+            "firefox.exe",
+            "Mozilla Firefox"
+        ]
+    ],
+    "checkver": {
+        "url": "https://www.mozilla.org/cs/firefox/all/",
+        "re": "data-latest-firefox=\"([\\d.]+)\""
+    },
+    "autoupdate": {
+        "architecture": {
+            "64bit": {
+                "url": "https://download.mozilla.org/?product=firefox-$version-SSL&os=win64&lang=cs#/firefox.7z",
+                "hash": {
+                    "find": "([a-fA-F0-9]{64})\\s+(?:win64/cs/Firefox Setup ([\\d.]+).exe)",
+                    "url": "https://download-installer.cdn.mozilla.net/pub/firefox/releases/$version/SHA256SUMS"
+                }
+            },
+            "32bit": {
+                "url": "https://download.mozilla.org/?product=firefox-$version-SSL&os=win&lang=cs#/firefox.7z",
+                "hash": {
+                    "find": "([a-fA-F0-9]{64})\\s+(?:win32/cs/Firefox Setup ([\\d.]+).exe)",
+                    "url": "https://download-installer.cdn.mozilla.net/pub/firefox/releases/$version/SHA256SUMS"
+                }
+            }
+        }
+    }
+}