Update Fleet-maintained apps (#43663)

Automated ingestion of latest Fleet-maintained app data.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Release Notes

* **Chores**
* Updated version metadata for Egnyte Desktop to support version 1.16.0
  * Updated version metadata for Keka to support version 1.6.3

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: mostlikelee <16102903+mostlikelee@users.noreply.github.com>
This commit is contained in:
fleet-release
2026-04-16 10:08:31 -05:00
committed by GitHub
co-authored by mostlikelee
parent 6d708ef67e
commit 19a1a1044e
2 changed files with 8 additions and 8 deletions
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.15.0",
"version": "1.16.0",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.egnyte.DesktopApp';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.egnyte.DesktopApp' AND version_compare(bundle_short_version, '1.15.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.egnyte.DesktopApp' AND version_compare(bundle_short_version, '1.16.0') < 0);"
},
"installer_url": "https://egnyte-cdn.egnyte.com/desktopapp/mac/en-us/1.15.0/Egnyte_1.15.0_2329.dmg",
"installer_url": "https://egnyte-cdn.egnyte.com/desktopapp/mac/en-us/1.16.0/Egnyte_1.16.0_2332.dmg",
"install_script_ref": "084721cc",
"uninstall_script_ref": "14159466",
"sha256": "53029ab1414f4926de8387d83e761c3c7af8d492a355a932d21cbf13f1918e3d",
"sha256": "00dfbeacc7fa126f75b27d3010697b7a6fcaa9e0904d226e0df0bf7506888421",
"default_categories": [
"Productivity"
]
+4 -4
View File
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.6.2",
"version": "1.6.3",
"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.2') < 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.3') < 0);"
},
"installer_url": "https://github.com/aonez/Keka/releases/download/v1.6.2/Keka-1.6.2.dmg",
"installer_url": "https://github.com/aonez/Keka/releases/download/v1.6.3/Keka-1.6.3.dmg",
"install_script_ref": "b16bda4d",
"uninstall_script_ref": "54f57227",
"sha256": "976c68599e037f1e7339be04b087c23cd97fdafb64989b03462fe185b5e382fe",
"sha256": "4fa8ba3ca9cfd364977792b4250928baf75948436606132e1a4b6a7dfa921db6",
"default_categories": [
"Productivity"
]