| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "version": "78.2.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/78.2.0/win64/cs/Thunderbird%20Setup%2078.2.0.exe#/dl.7z",
- "hash": "sha512:c7b6e773dbfd9a2fe0f2297388209833f76a1816446f430578e97025be4edd2cb50884639f40566200ddd2bec8d127e0dd52100abd060c05589a9fbf9db72932"
- },
- "32bit": {
- "url": "https://archive.mozilla.org/pub/thunderbird/releases/78.2.0/win32/cs/Thunderbird%20Setup%2078.2.0.exe#/dl.7z",
- "hash": "sha512:bae67b2f19e3320df7a23f6a8f6b7678c9e59e8289f200f1f00bb7baff19c66f07228d11a1ad3ac191c738164b7a93182933639419d2eb4e727e7ba07ed33b9c"
- }
- },
- "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"
- }
- }
- }
- }
- }
|