| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "version": "78.8.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.8.0/win64/cs/Thunderbird%20Setup%2078.8.0.exe#/dl.7z",
- "hash": "sha512:1e66958392adac340ddd043fcd68941f7b0a63b72966551a831814e99927dbaf776fda50c993c81bbc8478f8e8a461348160745bd5051854f04f30b927ed222c"
- },
- "32bit": {
- "url": "https://archive.mozilla.org/pub/thunderbird/releases/78.8.0/win32/cs/Thunderbird%20Setup%2078.8.0.exe#/dl.7z",
- "hash": "sha512:cbcae75a363487795ee952de94aa823beb9939b0dc7b6b74b7f566b1af3c140f821f704d48065590731c5514fb59fed7164a4d7fdf2dece60bfd6953425fba02"
- }
- },
- "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"
- }
- }
- }
- }
- }
|