| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "version": "68.7.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.7.0/win64/cs/Thunderbird%20Setup%2068.7.0.exe#/dl.7z",
- "hash": "sha512:a7c93497ea0c79b29ef7c223fbe21fcb8f48b43b03695eaf887e628c2f3e6886d29e5c2405f582b1dcc4467b3e8f4d4e59fafe8022039aae39cb945ee0857c0d"
- },
- "32bit": {
- "url": "https://archive.mozilla.org/pub/thunderbird/releases/68.7.0/win32/cs/Thunderbird%20Setup%2068.7.0.exe#/dl.7z",
- "hash": "sha512:575f632f27c9eabb83a62616044479244b28d9f90fea67aa722923bd6c19c1c993240cefdec37432b91db3b0c9cb25cf999c7fb7697e03828a6953d97c4dae55"
- }
- },
- "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"
- }
- }
- }
- }
- }
|