Update Fleet-maintained apps (#49891)
Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Updates** * Updated the Firefox Nightly macOS installer to the latest build and refreshed its verification details. * Updated the LibreOffice macOS installer to version 26.2.5, including its download link and verification details. <!-- 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
8626630f16
commit
2d4136e0d8
@@ -4,12 +4,12 @@
|
||||
"version": "155.0a1",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.nightly';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.nightly' AND version_compare(bundle_version, '15526.7.23') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.nightly' AND version_compare(bundle_version, '15526.7.24') < 0);"
|
||||
},
|
||||
"installer_url": "https://ftp.mozilla.org/pub/firefox/nightly/2026/07/2026-07-23-20-40-11-mozilla-central/firefox-155.0a1.en-US.mac.dmg",
|
||||
"installer_url": "https://ftp.mozilla.org/pub/firefox/nightly/2026/07/2026-07-24-09-01-43-mozilla-central/firefox-155.0a1.en-US.mac.dmg",
|
||||
"install_script_ref": "418c9331",
|
||||
"uninstall_script_ref": "d7c711ad",
|
||||
"sha256": "f46829f006fde482b0149021830d949322d46f803f3310958ea4331266cd436b",
|
||||
"sha256": "da960116f669fe603d584eca723ac4c245da5dc982848575d8b498a9da2a1191",
|
||||
"default_categories": [
|
||||
"Browsers"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "26.2.4",
|
||||
"version": "26.2.5",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.libreoffice.script';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.libreoffice.script' AND version_compare(bundle_short_version, '26.2.4') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.libreoffice.script' AND version_compare(bundle_short_version, '26.2.5') < 0);"
|
||||
},
|
||||
"installer_url": "https://download.documentfoundation.org/libreoffice/stable/26.2.4/mac/aarch64/LibreOffice_26.2.4_MacOS_aarch64.dmg",
|
||||
"installer_url": "https://download.documentfoundation.org/libreoffice/stable/26.2.5/mac/aarch64/LibreOffice_26.2.5_MacOS_aarch64.dmg",
|
||||
"install_script_ref": "cc2fb5e4",
|
||||
"uninstall_script_ref": "f1fecf0c",
|
||||
"sha256": "64e0ad05564554eeee639d49b08b20908a38d4722ec95f1620d05c99bcbe9fb1",
|
||||
"sha256": "c99fb4fe574437fc4cb820a4ca15271bca325920861f7139858b36d7f9df78ad",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user