From 7373a0197df9fbacc0fb83c5f7494be1fe0ae879 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Sat, 25 Feb 2017 07:18:59 -0500 Subject: [PATCH] Upgrade to muon 2.56.7 --- .npmrc | 4 ++-- tools/cibuild.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index b19959dc113..e672a43d8ed 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,5 @@ runtime = electron -target = 2.56.6 +target = 2.56.7 target_arch = x64 -brave_electron_version = 2.56.6 +brave_electron_version = 2.56.7 disturl = https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist diff --git a/tools/cibuild.py b/tools/cibuild.py index d192bd0c893..4862a085962 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -5,7 +5,7 @@ import sys import os.path -MUON_VERSION = '2.56.6' +MUON_VERSION = '2.56.7' 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' os.environ['npm_config_arch'] = TARGET_ARCH