|
|
@@ -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"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|