Add Google Chrome 111

This commit is contained in:
Vitaly Slobodin 2023-03-17 09:39:04 +01:00
parent dc40eb856c
commit b28ccd8306
No known key found for this signature in database
GPG key ID: BE103100635359D0
2 changed files with 5 additions and 1 deletions

View file

@ -74,7 +74,7 @@ function build_ubi() {
BUILD_OS=${BUILD_OS:-debian}
OS_VERSION=${OS_VERSION:-bullseye}
CHROME_VERSION=${1:-107.0.5304.87-1}
CHROME_VERSION=${1:-111.0.5563.64-1}
CHROMIUM_VERSION=${2:-$CHROME_VERSION}
ARCH=${TARGETARCH:-amd64}
PKG=$([ "${ARCH}" == "amd64" ] && echo "google-chrome-stable" || echo "chromium")