Update Fleet-maintained apps (#45171)
Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Docker Desktop macOS from version 4.72.0 to 4.73.0 * Updated Loom macOS from version 0.346.4 to 0.347.4 [](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45171) <!-- 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
89bbda0577
commit
e03b740e59
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "4.72.0",
|
||||
"version": "4.73.0",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.dockerdesktop';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.dockerdesktop' AND version_compare(bundle_short_version, '4.72.0') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.dockerdesktop' AND version_compare(bundle_short_version, '4.73.0') < 0);"
|
||||
},
|
||||
"installer_url": "https://desktop.docker.com/mac/main/arm64/225998/Docker.dmg",
|
||||
"installer_url": "https://desktop.docker.com/mac/main/arm64/226246/Docker.dmg",
|
||||
"install_script_ref": "fe655671",
|
||||
"uninstall_script_ref": "f8ed2624",
|
||||
"sha256": "306e83f80748f41d36123544c2a0268b42167874ac75c52a46b86155e7093b8e",
|
||||
"sha256": "5f08b5e3e7e33cca7c364a585b15bcea4947159606453095a8a09bcc0fd44005",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.346.4",
|
||||
"version": "0.347.4",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.loom.desktop';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.loom.desktop' AND version_compare(bundle_short_version, '0.346.4') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.loom.desktop' AND version_compare(bundle_short_version, '0.347.4') < 0);"
|
||||
},
|
||||
"installer_url": "https://packages.loom.com/desktop-packages/Loom-0.346.4-arm64.dmg",
|
||||
"installer_url": "https://packages.loom.com/desktop-packages/Loom-0.347.4-arm64.dmg",
|
||||
"install_script_ref": "3b74ae49",
|
||||
"uninstall_script_ref": "8f032bbc",
|
||||
"sha256": "b5de8b881cf43d4a370e846b47d3fa976b79eced3ba43ee17b906c19bf95d360",
|
||||
"sha256": "781252a3372790f45f7cb92d64f94673fe4866d48386b738055ea264a8d8aa9f",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user