Update Fleet-maintained apps (#46361)

Automated ingestion of latest Fleet-maintained app data.

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

## Summary by CodeRabbit

* **Chores**
* Updated macOS Raycast app package to version 1.104.19 with refreshed
installer URL and checksum verification.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/46361?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- 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:
fleet-release
2026-05-28 12:46:21 -05:00
committed by GitHub
co-authored by allenhouchins
parent 887dcf363f
commit e76f28937e
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.104.18",
"version": "1.104.19",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.raycast.macos';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.raycast.macos' AND version_compare(bundle_short_version, '1.104.18') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.raycast.macos' AND version_compare(bundle_short_version, '1.104.19') < 0);"
},
"installer_url": "https://releases.raycast.com/releases/1.104.18/download?build=arm",
"installer_url": "https://releases.raycast.com/releases/1.104.19/download?build=arm",
"install_script_ref": "8461608e",
"uninstall_script_ref": "c3d6f210",
"sha256": "93359574aabcda6e856523621101397f27716c5edaf2cfa27fb2ce84a922e391",
"sha256": "930fce0739993513e8ef738e7267a33a5961288138242cda924add4a6bc6f076",
"default_categories": [
"Productivity"
]