From 2ab9428db832457e46926319349a15dd6cd4d429 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 2 Aug 2026 17:19:40 +0000 Subject: [PATCH] Unfreeze Adobe Acrobat Pro (macOS) Remove the frozen flag from the Homebrew input and regenerate the output manifest so test-fma-darwin-pr-only validates adobe-acrobat-pro/darwin at its current upstream version (26.001.21691 -> 26.001.21771). Claude-Session: https://claude.ai/code/session_01LvsXk65MD2s93jeGJuHAk5 --- ee/maintained-apps/inputs/homebrew/adobe-acrobat-pro.json | 3 +-- ee/maintained-apps/outputs/adobe-acrobat-pro/darwin.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ee/maintained-apps/inputs/homebrew/adobe-acrobat-pro.json b/ee/maintained-apps/inputs/homebrew/adobe-acrobat-pro.json index f6babbb12c6..5099b644890 100644 --- a/ee/maintained-apps/inputs/homebrew/adobe-acrobat-pro.json +++ b/ee/maintained-apps/inputs/homebrew/adobe-acrobat-pro.json @@ -4,6 +4,5 @@ "token": "adobe-acrobat-pro", "installer_format": "dmg", "slug": "adobe-acrobat-pro/darwin", - "default_categories": ["Productivity"], - "frozen": true + "default_categories": ["Productivity"] } diff --git a/ee/maintained-apps/outputs/adobe-acrobat-pro/darwin.json b/ee/maintained-apps/outputs/adobe-acrobat-pro/darwin.json index 7e18c5803f1..73f44fbb4e4 100644 --- a/ee/maintained-apps/outputs/adobe-acrobat-pro/darwin.json +++ b/ee/maintained-apps/outputs/adobe-acrobat-pro/darwin.json @@ -1,10 +1,10 @@ { "versions": [ { - "version": "26.001.21691", + "version": "26.001.21771", "queries": { "exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.adobe.Acrobat.Pro';", - "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.adobe.Acrobat.Pro' AND version_compare(bundle_short_version, '26.001.21691') < 0);" + "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.adobe.Acrobat.Pro' AND version_compare(bundle_short_version, '26.001.21771') < 0);" }, "installer_url": "https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_DC_Web_WWMUI.dmg", "install_script_ref": "afddc3a7",