|
@@ -1,46 +0,0 @@
|
|
|
-{
|
|
|
|
|
- "version": "68.8.1",
|
|
|
|
|
- "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.1/win64/cs/Thunderbird%20Setup%2068.8.1.exe#/dl.7z",
|
|
|
|
|
- "hash": "sha512:d70b8a003b792c09ce73611534b4ead5b3aa08314b95ffcd01e21b2fc709c4887c13bea5410ccab0d4ce37a15554ab3a91fb692bc3869a465728e4a58773aeb1"
|
|
|
|
|
- },
|
|
|
|
|
- "32bit": {
|
|
|
|
|
- "url": "https://archive.mozilla.org/pub/thunderbird/releases/68.8.1/win32/cs/Thunderbird%20Setup%2068.8.1.exe#/dl.7z",
|
|
|
|
|
- "hash": "sha512:ee03a5adb69807a79856a1e1984462c3f2426310365622be47de5ceba5c58161d3a0ffe618a2af2872426165656760ed34708ec3e1a83b95a6e70cbcc4d1dd60"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "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"
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|