| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "version": "78.10.2",
- "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/78.10.2/win64/cs/Thunderbird%20Setup%2078.10.2.exe#/dl.7z",
- "hash": "sha512:81f3087cd52faee1455b57728add607982b16a3248932e7d879f7dd15b45de247fa3238e2562963747e2a606de58eb2355284a3276148c1048f63046e2167a44"
- },
- "32bit": {
- "url": "https://archive.mozilla.org/pub/thunderbird/releases/78.10.2/win32/cs/Thunderbird%20Setup%2078.10.2.exe#/dl.7z",
- "hash": "sha512:8529093cffb7ca65d33425b3bd04c08a913d6f1217d33887b990371c27ec6e5ebbd525cd043416b419d176177319dfa0b04278ac1ca3a9dad6f354c19ecb2b9b"
- }
- },
- "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"
- }
- }
- }
- }
- }
|