From e3b7739ede77e1f8e047e291ffab0d7e7dd8227b Mon Sep 17 00:00:00 2001 From: fleet-release <80479975+fleet-release@users.noreply.github.com> Date: Thu, 7 May 2026 06:25:33 -0700 Subject: [PATCH] Update Fleet-maintained apps (#44921) Automated ingestion of latest Fleet-maintained app data. ## Summary by CodeRabbit * **Chores** * Updated Keka macOS to version 1.6.4 Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com> --- ee/maintained-apps/outputs/keka/darwin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ee/maintained-apps/outputs/keka/darwin.json b/ee/maintained-apps/outputs/keka/darwin.json index f934c3e3a5..6dcf65523e 100644 --- a/ee/maintained-apps/outputs/keka/darwin.json +++ b/ee/maintained-apps/outputs/keka/darwin.json @@ -1,15 +1,15 @@ { "versions": [ { - "version": "1.6.3", + "version": "1.6.4", "queries": { "exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.aone.keka';", - "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.aone.keka' AND version_compare(bundle_short_version, '1.6.3') < 0);" + "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.aone.keka' AND version_compare(bundle_short_version, '1.6.4') < 0);" }, - "installer_url": "https://github.com/aonez/Keka/releases/download/v1.6.3/Keka-1.6.3.dmg", + "installer_url": "https://github.com/aonez/Keka/releases/download/v1.6.4/Keka-1.6.4.dmg", "install_script_ref": "c516b96f", "uninstall_script_ref": "0b8e4c37", - "sha256": "4fa8ba3ca9cfd364977792b4250928baf75948436606132e1a4b6a7dfa921db6", + "sha256": "8b6022feb0b0babc56a778703e87eb9bb8c444af534a5010735b013f21490db1", "default_categories": [ "Productivity" ]