Skip to content

Commit ac3b84b

Browse files
committed
electron5: update to v5.0.5.
1 parent a0701ec commit ac3b84b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

devel/electron5/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ GH_TUPLE= electron:node:a86a4a160dc520c61a602c949a32a1bc4c0fc633:node
6464
# yaml:pyyaml:3.12:pyyaml \
6565
# kennethreitz:requests:e4d59bedfd3c7f4f254f4f5d036587bcd8152458:requests
6666

67-
ELECTRON_VER= 5.0.4
67+
ELECTRON_VER= 5.0.5
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= 1560590823
165+
NPM_TIMESTAMP= 1561091989
166166

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

devel/electron5/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
TIMESTAMP = 1560591004
1+
TIMESTAMP = 1561092257
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.4.tar.xz) = 8a553ac30a1436737a1607e6480492987285216b7e7bbd2dd912fdc5ac93d21b
7-
SIZE (electron/electron-npm-modules-5.0.4.tar.xz) = 15850584
6+
SHA256 (electron/electron-npm-modules-5.0.5.tar.xz) = 79d3e6ab0d2b4e8b8f9f453acbc11c3cfa213b034850c0d89a40295d4543814b
7+
SIZE (electron/electron-npm-modules-5.0.5.tar.xz) = 15850052
88
SHA256 (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 6e331676d098a57c53c1250821dc47ed84c47f823901bf30c4704df90d8a34be
99
SIZE (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 17469927
10-
SHA256 (electron/electron-electron-v5.0.4_GH0.tar.gz) = a2d0ed45c432086d837dfad1c405e9d9188b1410f1666a1fde1ec021bfd5f895
11-
SIZE (electron/electron-electron-v5.0.4_GH0.tar.gz) = 3946509
10+
SHA256 (electron/electron-electron-v5.0.5_GH0.tar.gz) = 8160b233364ca0b40b9820ed1dc499a7d598850b57633a639f14f1f1becad60b
11+
SIZE (electron/electron-electron-v5.0.5_GH0.tar.gz) = 3948794
1212
SHA256 (electron/electron-node-a86a4a160dc520c61a602c949a32a1bc4c0fc633_GH0.tar.gz) = 8ad1a5f2644f5dcb6b4864356d75295e77ab2254117bb36f000d044a2cda20cd
1313
SIZE (electron/electron-node-a86a4a160dc520c61a602c949a32a1bc4c0fc633_GH0.tar.gz) = 71527879

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.4",
3+
"version": "5.0.5",
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_browser_api_atom__api__web__contents.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- electron/atom/browser/api/atom_api_web_contents.cc.orig 2019-04-04 16:09:31 UTC
1+
--- electron/atom/browser/api/atom_api_web_contents.cc.orig 2019-06-18 22:09:37 UTC
22
+++ electron/atom/browser/api/atom_api_web_contents.cc
33
@@ -95,7 +95,7 @@
44
#include "ui/aura/window.h"
@@ -9,7 +9,7 @@
99
#include "content/public/common/renderer_preferences.h"
1010
#include "ui/gfx/font_render_params.h"
1111
#endif
12-
@@ -418,7 +418,7 @@ void WebContents::InitWithSessionAndOptions(
12+
@@ -422,7 +422,7 @@ void WebContents::InitWithSessionAndOptions(
1313
auto* prefs = web_contents()->GetMutableRendererPrefs();
1414
prefs->accept_languages = g_browser_process->GetApplicationLocale();
1515

0 commit comments

Comments
 (0)