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