| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "version": "68.10.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.10.0/win64/cs/Thunderbird%20Setup%2068.10.0.exe#/dl.7z",
- "hash": "sha512:1f2cc6d7c09554b1c204e09ed52bca936fdf4f07b38a9e013d4d797aed1d90604e2e0eeeac14d29da15b18dcafdcfe136ada82b432723653bbad1d543aef6422"
- },
- "32bit": {
- "url": "https://archive.mozilla.org/pub/thunderbird/releases/68.10.0/win32/cs/Thunderbird%20Setup%2068.10.0.exe#/dl.7z",
- "hash": "sha512:d2c90f6ae86b8bf9037a292746efad60e3505a2d4fc2c4ce7a364e112cb9d14f40787d001e0cf0683894f4c51c4dcaf85972776a68c0c08f763602d9ab5dbc8c"
- }
- },
- "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"
- }
- }
- }
- }
- }
|