Update Fleet-maintained apps (#44502)
Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Thunderbird metadata from version 150.0 to version 150.0.1 for macOS and Windows, including updated installer artifacts and integrity verification checksums. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com>
This commit is contained in:
co-authored by
allenhouchins
parent
e4776057f5
commit
b642d048ca
@@ -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"
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user