From 1865ac151c696892f03aa2d7806f17326a9232da Mon Sep 17 00:00:00 2001 From: Vasilii Polikarpov <126792224+vpolikarpov-akvelon@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:55:51 +0200 Subject: [PATCH] Fix chromium revision (#7984) --- images/linux/scripts/installers/google-chrome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/google-chrome.sh b/images/linux/scripts/installers/google-chrome.sh index dfb356ce..849b39cf 100644 --- a/images/linux/scripts/installers/google-chrome.sh +++ b/images/linux/scripts/installers/google-chrome.sh @@ -17,7 +17,7 @@ function GetChromiumRevision { # Temporarily hardcode revision as both requests # for 115.0.5790.102 and 115.0.5790.98 return old incorrect revision if [ $REVISION -eq "1583" ]; then - REVISION="1134878" + REVISION="1148114" fi # Some Google Chrome versions are based on Chromium revisions for which a (usually very old) Chromium release with the same number exist. So far this has heppened with 4 digits long Chromium revisions (1060, 1086).