Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 77c562c

Browse files
committed
Update to Muon 2.56.9
Auditors: @bbondy, @bridiver
1 parent 39e7bc6 commit 77c562c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npmrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runtime = electron
2-
target = 2.56.8
2+
target = 2.56.9
33
target_arch = x64
4-
brave_electron_version = 2.56.8
4+
brave_electron_version = 2.56.9
55
disturl = https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist

tools/cibuild.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66
import os.path
77

8-
MUON_VERSION = '2.56.8'
8+
MUON_VERSION = '2.56.9'
99
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
1010
TARGET_ARCH= os.environ['TARGET_ARCH'] if os.environ.has_key('TARGET_ARCH') else 'x64'
1111
os.environ['npm_config_arch'] = TARGET_ARCH

0 commit comments

Comments
 (0)