| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "version": "68.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/68.8.0/win64/cs/Thunderbird%20Setup%2068.8.0.exe#/dl.7z",
- "hash": "sha512:36ca74430c368626be0fc1a206278bb85444832fb02cb7d61618007800af6a980fe0d46060d39d617f9a96becbf84de6af5ffca9864113b435ac7f7e57fb4bad"
- },
- "32bit": {
- "url": "https://archive.mozilla.org/pub/thunderbird/releases/68.8.0/win32/cs/Thunderbird%20Setup%2068.8.0.exe#/dl.7z",
- "hash": "sha512:e9abb29dcf004ef2c4251fe98edfd6e6f67b9aef3227c97fe5e01d4649fe97a34fa069c77b341ab93596328610bb5d92962143b9b8987546b3befcc1f6a9b4d9"
- }
- },
- "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"
- }
- }
- }
- }
- }
|