Update Fleet-maintained apps (#50172)

Automated ingestion of latest Fleet-maintained app data.

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

## Summary by CodeRabbit

* **Chores**
* Updated managed Zed app installers for macOS and Windows to version
1.13.1.
* Updated download links and integrity checks to match the new release.
* Improved version detection so outdated installations are correctly
identified.

<!-- 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-07-29 15:22:15 -05:00
committed by GitHub
co-authored by allenhouchins
parent bd419cd2de
commit 12ee3384e6
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.12.1",
"version": "1.13.1",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'dev.zed.Zed';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'dev.zed.Zed' AND version_compare(bundle_short_version, '1.12.1') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'dev.zed.Zed' AND version_compare(bundle_short_version, '1.13.1') < 0);"
},
"installer_url": "https://zed.dev/api/releases/stable/1.12.1/Zed-aarch64.dmg",
"installer_url": "https://zed.dev/api/releases/stable/1.13.1/Zed-aarch64.dmg",
"install_script_ref": "ad597b79",
"uninstall_script_ref": "0436e2d8",
"sha256": "842dbbffc4befb44de0a899ea14263854c2f0336e6f68159f637b98ca96b9fb4",
"sha256": "e0f608371ed05b18e08931ba03a120e35d5c5f9359c9edbc58f473b4f7b03651",
"default_categories": [
"Developer tools"
]
+4 -4
View File
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.12.1",
"version": "1.13.1",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Zed' AND publisher = 'Zed Industries';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Zed' AND publisher = 'Zed Industries' AND version_compare(version, '1.12.1') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Zed' AND publisher = 'Zed Industries' AND version_compare(version, '1.13.1') < 0);"
},
"installer_url": "https://github.com/zed-industries/zed/releases/download/v1.12.1/Zed-x86_64.exe",
"installer_url": "https://github.com/zed-industries/zed/releases/download/v1.13.1/Zed-x86_64.exe",
"install_script_ref": "e5193bc1",
"uninstall_script_ref": "3b164442",
"sha256": "443a94d86011c4b5f39f701543e25998c6478bd18b8357486cea9282faf27597",
"sha256": "5699c1651fff0e3bfe7dac1480e45bc8e405f40ea288b19071f0186209809f53",
"default_categories": [
"Developer tools"
]