1
0

thunderbird-cs.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "version": "68.9.0",
  3. "description": "A free email application that’s easy to set up and customize.",
  4. "homepage": "https://www.thunderbird.net",
  5. "license": "MPL-2.0",
  6. "architecture": {
  7. "64bit": {
  8. "url": "https://archive.mozilla.org/pub/thunderbird/releases/68.9.0/win64/cs/Thunderbird%20Setup%2068.9.0.exe#/dl.7z",
  9. "hash": "sha512:b086f5aedcc5253b712fb01897b2ec6e12a647ed76b98f4188ef6c3a8a9a40fa355476e3ffdd167ee7e7c7a514385eb0e932c6ff4e4f2c663eb004eda86cbf3d"
  10. },
  11. "32bit": {
  12. "url": "https://archive.mozilla.org/pub/thunderbird/releases/68.9.0/win32/cs/Thunderbird%20Setup%2068.9.0.exe#/dl.7z",
  13. "hash": "sha512:7ec80a0666c2b1ec1c38bbc2bf3be0f68aaab601735ae9e581f29019a1f007ba1fd76fad948f6b5e51c9df9e8263cd41e7150b9251267daa263889c0f6391110"
  14. }
  15. },
  16. "extract_dir": "core",
  17. "bin": "thunderbird.exe",
  18. "shortcuts": [
  19. [
  20. "thunderbird.exe",
  21. "Mozilla Thunderbird"
  22. ]
  23. ],
  24. "checkver": {
  25. "url": "https://www.thunderbird.net/thunderbird/all/",
  26. "regex": "thunderbird/([\\d.]+)/"
  27. },
  28. "autoupdate": {
  29. "architecture": {
  30. "64bit": {
  31. "url": "https://archive.mozilla.org/pub/thunderbird/releases/$version/win64/cs/Thunderbird%20Setup%20$version.exe#/dl.7z",
  32. "hash": {
  33. "url": "https://archive.mozilla.org/pub/thunderbird/releases/$version/SHA512SUMS",
  34. "regex": "$sha512\\s+win64/cs/$basename"
  35. }
  36. },
  37. "32bit": {
  38. "url": "https://archive.mozilla.org/pub/thunderbird/releases/$version/win32/cs/Thunderbird%20Setup%20$version.exe#/dl.7z",
  39. "hash": {
  40. "url": "https://archive.mozilla.org/pub/thunderbird/releases/$version/SHA512SUMS",
  41. "regex": "$sha512\\s+win32/cs/$basename"
  42. }
  43. }
  44. }
  45. }
  46. }