diff --git a/ee/maintained-apps/outputs/thunderbird/darwin.json b/ee/maintained-apps/outputs/thunderbird/darwin.json index e757e7672c..dfac99ab40 100644 --- a/ee/maintained-apps/outputs/thunderbird/darwin.json +++ b/ee/maintained-apps/outputs/thunderbird/darwin.json @@ -1,15 +1,15 @@ { "versions": [ { - "version": "150.0", + "version": "150.0.1", "queries": { "exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.thunderbird';", - "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.thunderbird' AND version_compare(bundle_short_version, '150.0') < 0);" + "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.thunderbird' AND version_compare(bundle_short_version, '150.0.1') < 0);" }, - "installer_url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/150.0/mac/en-US/Thunderbird%20150.0.dmg", + "installer_url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/150.0.1/mac/en-US/Thunderbird%20150.0.1.dmg", "install_script_ref": "1eb21ed2", "uninstall_script_ref": "6937c9cb", - "sha256": "a867f970e8ef28796d324020f0d866aee779efd40bd760305800b4a3c9e8e60e", + "sha256": "38c04659881a190797864d5116f214f3722966ae95f1583cc0693dda675a383d", "default_categories": [ "Productivity" ] diff --git a/ee/maintained-apps/outputs/thunderbird/windows.json b/ee/maintained-apps/outputs/thunderbird/windows.json index f4d3b2143a..9a1200c6c3 100644 --- a/ee/maintained-apps/outputs/thunderbird/windows.json +++ b/ee/maintained-apps/outputs/thunderbird/windows.json @@ -1,15 +1,15 @@ { "versions": [ { - "version": "150.0", + "version": "150.0.1", "queries": { "exists": "SELECT 1 FROM programs WHERE name = 'Mozilla Thunderbird (x64 en-US)' AND publisher = 'Mozilla';", - "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Mozilla Thunderbird (x64 en-US)' AND publisher = 'Mozilla' AND version_compare(version, '150.0') < 0);" + "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Mozilla Thunderbird (x64 en-US)' AND publisher = 'Mozilla' AND version_compare(version, '150.0.1') < 0);" }, - "installer_url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/150.0/win64/en-US/Thunderbird%20Setup%20150.0.exe", + "installer_url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/150.0.1/win64/en-US/Thunderbird%20Setup%20150.0.1.exe", "install_script_ref": "26f2daf8", "uninstall_script_ref": "96113731", - "sha256": "d60a4d724669d34c87ca61425ddaf08fd5284f54d966cdcb1d523f732b9ae300", + "sha256": "5a3581a8fae3bccc4b6d62f53eb7d6a64e2edf74d2a57224ede9b79f122c76f0", "default_categories": [ "Productivity" ]