Parcourir la source

Change repo structure

Miroslav Abrahám il y a 5 ans
Parent
commit
ce8f015e2d
2 fichiers modifiés avec 92 ajouts et 0 suppressions
  1. 46 0
      bucket/firefox-cs.json
  2. 46 0
      bucket/thunderbird-cs.json

+ 46 - 0
bucket/firefox-cs.json

@@ -0,0 +1,46 @@
+{
+    "version": "76.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/76.0.1/win64/cs/Firefox%20Setup%2076.0.1.exe#/dl.7z",
+            "hash": "sha512:9483a412aebe85f142a4ed035bd048a76d2b4249b0ebbd043b24119bd02d6692705d5458b76d164443b3e4be807968b08c21d02d74de89e0c2831a2171443fc0"
+        },
+        "32bit": {
+            "url": "https://archive.mozilla.org/pub/firefox/releases/76.0.1/win32/cs/Firefox%20Setup%2076.0.1.exe#/dl.7z",
+            "hash": "sha512:4a4b6d45803990526267db469e2aca59c369096c9291c1ef90601cb3c559935b0f57ccd2d1260313def4e70535602128432462e6e0e8cd3c0d5785656b1c21a2"
+        }
+    },
+    "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
bucket/thunderbird-cs.json

@@ -0,0 +1,46 @@
+{
+    "version": "68.8.1",
+    "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.8.1/win64/cs/Thunderbird%20Setup%2068.8.1.exe#/dl.7z",
+            "hash": "sha512:d70b8a003b792c09ce73611534b4ead5b3aa08314b95ffcd01e21b2fc709c4887c13bea5410ccab0d4ce37a15554ab3a91fb692bc3869a465728e4a58773aeb1"
+        },
+        "32bit": {
+            "url": "https://archive.mozilla.org/pub/thunderbird/releases/68.8.1/win32/cs/Thunderbird%20Setup%2068.8.1.exe#/dl.7z",
+            "hash": "sha512:ee03a5adb69807a79856a1e1984462c3f2426310365622be47de5ceba5c58161d3a0ffe618a2af2872426165656760ed34708ec3e1a83b95a6e70cbcc4d1dd60"
+        }
+    },
+    "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"
+                }
+            }
+        }
+    }
+}