| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "version": "78.1.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.1.0/win64/cs/Thunderbird%20Setup%2078.1.0.exe#/dl.7z",
- "hash": "sha512:e960c521dfd71aa41dc6bec5b2b691195bb03658686e0400c6c694e82312e05e2dd51bd2bfa987968ee46111c89b7e76f3c1d159ffac1035cdd7d30e980e354f"
- },
- "32bit": {
- "url": "https://archive.mozilla.org/pub/thunderbird/releases/78.1.0/win32/cs/Thunderbird%20Setup%2078.1.0.exe#/dl.7z",
- "hash": "sha512:c4e76842709c04d75eae4f5a130a4a5cc3bc34c2120d740b4200e9089cf1835191a812182640013aa664264afa0c88747b5d9e3ce346152b8deb744cbb1e8249"
- }
- },
- "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"
- }
- }
- }
- }
- }
|