Skip to content

Commit eb1219c

Browse files
committed
electron5: update to v5.0.6.
1 parent 92ae685 commit eb1219c

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

devel/electron5/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ CONFLICTS_INSTALL= electron4
5959
USE_GITHUB= yes
6060
GH_TAGNAME= ${DISTVERSIONPREFIX}${ELECTRON_VER}
6161
# See ${WRKSRC}/electron/DEPS for GH_TAGNAME_node
62-
GH_TUPLE= electron:node:a86a4a160dc520c61a602c949a32a1bc4c0fc633:node
62+
GH_TUPLE= electron:node:0a300f60bce0c8f0cb3d846fcb0e1f55f26013ee:node
6363
# boto:boto:f7574aa6cc2c819430c1f05e9a1a1a666ef8169b:boto \
6464
# yaml:pyyaml:3.12:pyyaml \
6565
# kennethreitz:requests:e4d59bedfd3c7f4f254f4f5d036587bcd8152458:requests
6666

67-
ELECTRON_VER= 5.0.5
67+
ELECTRON_VER= 5.0.6
6868
# See ${WRKSRC}/electron/DEPS for CHROMIUM_VER
6969
CHROMIUM_VER= 73.0.3683.121
7070
# See ${WRKSRC}/third_party/node/node_modules.tar.gz.sha1 for CHROMIUM_NODE_MODULES_HASH
@@ -162,7 +162,7 @@ TEST_ALL_TARGET+= third_party/electron_node:headers
162162
POST_BUILD_TARGETS= licenses version
163163
POST_BUILD_DIST_TARGETS= dist.zip chromedriver.zip mksnapshot.zip
164164

165-
NPM_TIMESTAMP= 1561091989
165+
NPM_TIMESTAMP= 1561701956
166166

167167
pre-fetch:
168168
@${MKDIR} ${DISTDIR}/${DIST_SUBDIR}

devel/electron5/distinfo

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
TIMESTAMP = 1561092257
1+
TIMESTAMP = 1561702105
22
SHA256 (electron/chromium-73.0.3683.121.tar.xz) = 1adbc4b118c55cb24ca82e87bfa251dc5d6e46a1f946719b961c15c499e007df
33
SIZE (electron/chromium-73.0.3683.121.tar.xz) = 1447269608
44
SHA256 (electron/c0e0f34498afb3f363cc37cd2e9c1a020cb020d9) = 656d38e92fc26271822cc07add8993e926b367da135d349f88f30d3b7f5f3719
55
SIZE (electron/c0e0f34498afb3f363cc37cd2e9c1a020cb020d9) = 4436810
6-
SHA256 (electron/electron-npm-modules-5.0.5.tar.xz) = 79d3e6ab0d2b4e8b8f9f453acbc11c3cfa213b034850c0d89a40295d4543814b
7-
SIZE (electron/electron-npm-modules-5.0.5.tar.xz) = 15850052
6+
SHA256 (electron/electron-npm-modules-5.0.6.tar.xz) = f31d09727c0b902a8a68b9a36695f9bfb2fd193d623bdfd59ed2ae163323570e
7+
SIZE (electron/electron-npm-modules-5.0.6.tar.xz) = 15852708
88
SHA256 (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 6e331676d098a57c53c1250821dc47ed84c47f823901bf30c4704df90d8a34be
99
SIZE (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 17469927
10-
SHA256 (electron/electron-electron-v5.0.5_GH0.tar.gz) = 8160b233364ca0b40b9820ed1dc499a7d598850b57633a639f14f1f1becad60b
11-
SIZE (electron/electron-electron-v5.0.5_GH0.tar.gz) = 3948794
12-
SHA256 (electron/electron-node-a86a4a160dc520c61a602c949a32a1bc4c0fc633_GH0.tar.gz) = 8ad1a5f2644f5dcb6b4864356d75295e77ab2254117bb36f000d044a2cda20cd
13-
SIZE (electron/electron-node-a86a4a160dc520c61a602c949a32a1bc4c0fc633_GH0.tar.gz) = 71527879
10+
SHA256 (electron/electron-electron-v5.0.6_GH0.tar.gz) = e1d9d774ee2b680a64388db2969ef5e8dfa0ccaddc88e8e0958ae73f7fd5eec9
11+
SIZE (electron/electron-electron-v5.0.6_GH0.tar.gz) = 3949911
12+
SHA256 (electron/electron-node-0a300f60bce0c8f0cb3d846fcb0e1f55f26013ee_GH0.tar.gz) = b0cdb86af153fc64bd2254d98d0bd7b73aaf1b9728bba16e81f9844b5c4861bf
13+
SIZE (electron/electron-node-0a300f60bce0c8f0cb3d846fcb0e1f55f26013ee_GH0.tar.gz) = 71526194

devel/electron5/files/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

devel/electron5/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"repository": "https://github.com/electron/electron",
55
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
66
"devDependencies": {

devel/electron5/files/patch-electron_atom_common_node__bindings.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- electron/atom/common/node_bindings.cc.orig 2019-06-14 21:14:47 UTC
1+
--- electron/atom/common/node_bindings.cc.orig 2019-06-26 20:05:00 UTC
22
+++ electron/atom/common/node_bindings.cc
3-
@@ -211,7 +211,7 @@ void NodeBindings::Initialize() {
3+
@@ -210,7 +210,7 @@ void NodeBindings::Initialize() {
44
node::g_standalone_mode = browser_env_ == BROWSER;
55
node::g_upstream_node_mode = false;
66

devel/electron5/files/patch-electron_spec_api-app-spec.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- electron/spec/api-app-spec.js.orig 2019-05-16 01:54:46 UTC
1+
--- electron/spec/api-app-spec.js.orig 2019-06-26 20:05:00 UTC
22
+++ electron/spec/api-app-spec.js
33
@@ -129,7 +129,7 @@ describe('app module', () => {
44
describe('app.getLocaleCountryCode()', () => {
@@ -44,7 +44,7 @@
4444
})
4545

4646
beforeEach(() => {
47-
@@ -643,7 +644,7 @@ describe('app module', () => {
47+
@@ -665,7 +666,7 @@ describe('app module', () => {
4848
let w = null
4949

5050
before(function () {
@@ -53,7 +53,7 @@
5353
this.skip()
5454
}
5555
})
56-
@@ -837,7 +838,7 @@ describe('app module', () => {
56+
@@ -859,7 +860,7 @@ describe('app module', () => {
5757
// doesn't affect nested `describe`s.
5858
beforeEach(function () {
5959
// FIXME Get these specs running on Linux CI
@@ -62,7 +62,7 @@
6262
this.skip()
6363
}
6464
})
65-
@@ -989,7 +990,7 @@ describe('app module', () => {
65+
@@ -1011,7 +1012,7 @@ describe('app module', () => {
6666

6767
it('succeeds with complete GPUInfo', async () => {
6868
const completeInfo = await getGPUInfo('complete')

0 commit comments

Comments
 (0)