From 2766246dc5ae70d029699c19173a8cde994b99b8 Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:58:22 -0600 Subject: [PATCH] Update Google Chrome FMA for Windows (#37378) This pull request updates the Google Chrome package definition for Windows to use the latest available version. - Dependency update: * Updated the `version` field for Google Chrome from `143.0.7499.110` to `143.0.7499.147` in `windows.json`, and updated the corresponding `sha256` checksum to match the new installer. --- ee/maintained-apps/outputs/google-chrome/windows.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/maintained-apps/outputs/google-chrome/windows.json b/ee/maintained-apps/outputs/google-chrome/windows.json index 4b278f4c3f..b7afd2c1fc 100644 --- a/ee/maintained-apps/outputs/google-chrome/windows.json +++ b/ee/maintained-apps/outputs/google-chrome/windows.json @@ -1,14 +1,14 @@ { "versions": [ { - "version": "143.0.7499.110", + "version": "143.0.7499.147", "queries": { "exists": "SELECT 1 FROM programs WHERE name = 'Google Chrome' AND publisher = 'Google LLC';" }, "installer_url": "https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi", "install_script_ref": "8959087b", "uninstall_script_ref": "7a2f151e", - "sha256": "fb72a80798590a1e4973f57c551fa4fe1a350907a0614fe6a1ed62726b8d94ce", + "sha256": "7781b948073d8b6cc33b1c33afe3f03c566f86cfa51e960d633da2d448845e19", "default_categories": [ "Browsers" ],