From 9b5e9775ce009c98430bccb132d3b8007c5f9cfd Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:00:36 -0500 Subject: [PATCH] Unfreeze XnConvert (macOS) (#50700) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated unfreeze probe. Removes `"frozen": true` and regenerates the output manifest so test-fma-macos-pr-only can validate `xnconvert/darwin` at its current upstream version. Frozen since: not recoverable from this checkout (squashed/shallow history — every input file is attributed to the same import commit) Version: 1.112.0 -> 1.115.0 Draft until validation reports. Merge only if the FMA checks are green and the validate shard actually ran for this slug. --- _Generated by [Claude Code](https://claude.ai/code/session_01Hx5UA4Dhqh2UUCX8h6k6Vv)_ Co-authored-by: Claude --- ee/maintained-apps/inputs/homebrew/xnconvert.json | 3 +-- ee/maintained-apps/outputs/xnconvert/darwin.json | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ee/maintained-apps/inputs/homebrew/xnconvert.json b/ee/maintained-apps/inputs/homebrew/xnconvert.json index d104179e37..5e96e0f959 100644 --- a/ee/maintained-apps/inputs/homebrew/xnconvert.json +++ b/ee/maintained-apps/inputs/homebrew/xnconvert.json @@ -6,6 +6,5 @@ "slug": "xnconvert/darwin", "default_categories": [ "Productivity" - ], - "frozen": true + ] } \ No newline at end of file diff --git a/ee/maintained-apps/outputs/xnconvert/darwin.json b/ee/maintained-apps/outputs/xnconvert/darwin.json index ea26e3b14d..342e35605a 100644 --- a/ee/maintained-apps/outputs/xnconvert/darwin.json +++ b/ee/maintained-apps/outputs/xnconvert/darwin.json @@ -1,15 +1,15 @@ { "versions": [ { - "version": "1.112.0", + "version": "1.115.0", "queries": { "exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.xnview.XnConvert';", - "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.xnview.XnConvert' AND version_compare(bundle_short_version, '1.112.0') < 0);" + "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.xnview.XnConvert' AND version_compare(bundle_short_version, '1.115.0') < 0);" }, - "installer_url": "https://download.xnview.com/old_versions/XnConvert/XnConvert-1.112.0-mac.dmg", + "installer_url": "https://download.xnview.com/old_versions/XnConvert/XnConvert-1.115.0-mac.dmg", "install_script_ref": "c0e41d46", "uninstall_script_ref": "adec59f6", - "sha256": "7f9211670fe6af7705bdb4f93df73d0158d5436a29e70101108c6bfc84e09cb3", + "sha256": "47e7ae5822fc16335e842420e51805310d797aba694a333df2828982d211ee96", "default_categories": [ "Productivity" ]