From 76fa610f6e986ca0f994c5fe315d9a25be8ab074 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Wed, 13 Sep 2017 08:59:22 -0400 Subject: [PATCH] Upgrade to muon 4.3.20 and Chromium 61.0.3163.79 --- .npmrc | 4 ++-- tools/cibuild.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index 113f29c1f16..76c7c33de22 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ runtime = electron target_arch = x64 -brave_electron_version = 4.3.18 +brave_electron_version = 4.3.20 chromedriver_version = 2.30 -target = v4.3.18 +target = v4.3.20 disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/ build_from_source = true diff --git a/tools/cibuild.py b/tools/cibuild.py index c6206f9ba9b..94f1ec244f5 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '4.3.18' +MUON_VERSION = '4.3.20' CHROMEDRIVER_VERSION = '2.30' SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) TARGET_ARCH= os.environ['TARGET_ARCH'] if os.environ.has_key('TARGET_ARCH') else 'x64'