| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "version": "78.4.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.4.0/win64/cs/Thunderbird%20Setup%2078.4.0.exe#/dl.7z",
- "hash": "sha512:9b341292f13116a1afeb0c7f4b4ec9835513462413a5076bc568f26aa687ac9bf145059758faf737d904fbad839d5cc7c9be1a9e32eb46f83490583dabdcd056"
- },
- "32bit": {
- "url": "https://archive.mozilla.org/pub/thunderbird/releases/78.4.0/win32/cs/Thunderbird%20Setup%2078.4.0.exe#/dl.7z",
- "hash": "sha512:d6a10db1cc0343e47bcd26769740e02e8260559fe9a7b7325e848bc9ead7d33b41440bd0b3cb152c05245c34c2bee95ba320bb4b254dfde6562e2e9fc03d4e88"
- }
- },
- "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"
- }
- }
- }
- }
- }
|