Skip to content

Commit

Permalink
devel/electron25: update to 25.9.3
Browse files Browse the repository at this point in the history
Changelog: https://github.com/electron/electron/releases/tag/v25.9.3

Reported by:	GitHub (watch releases)
  • Loading branch information
tagattie committed Oct 27, 2023
1 parent 5f0ef24 commit 3023076
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion devel/electron25/Makefile
Expand Up @@ -223,7 +223,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1697751330
YARN_TIMESTAMP= 1698354848

.include "Makefile.version"
.include <bsd.port.pre.mk>
Expand Down
2 changes: 1 addition & 1 deletion devel/electron25/Makefile.version
@@ -1,2 +1,2 @@
ELECTRON_VER= 25.9.2
ELECTRON_VER= 25.9.3
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
10 changes: 5 additions & 5 deletions devel/electron25/distinfo
@@ -1,14 +1,14 @@
TIMESTAMP = 1697757516
TIMESTAMP = 1698355942
SHA256 (electron/chromium-114.0.5735.289.tar.xz) = 12dee4e585dab6e7dc2117f4ee40484a947ac7a6b5a33c87dfae7cbf8b8799b0
SIZE (electron/chromium-114.0.5735.289.tar.xz) = 1413670648
SHA256 (electron/de0af8ec3401004cd1a420ab25892880330464c8) = 401097f07b4feb3e03ce7c2412e978b32aea5334f4fbaf26f873e60e8bb92647
SIZE (electron/de0af8ec3401004cd1a420ab25892880330464c8) = 8880520
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-25.9.2.tar.xz) = 75d50ed2b09544054b11ac368a3eea8e4d85594c3a660b2be7bbb1cd6ffc3ba7
SIZE (electron/electron-yarn-cache-25.9.2.tar.xz) = 41287756
SHA256 (electron/electron-electron-v25.9.2_GH0.tar.gz) = 678a0e7af096315ba1879ebf11be5294552458ff76e5b40de90e6b9e8a5ced53
SIZE (electron/electron-electron-v25.9.2_GH0.tar.gz) = 11371865
SHA256 (electron/electron-yarn-cache-25.9.3.tar.xz) = cb38b0c85649d27c757d50da6f1332db5c0271cf5e56b448932a65180a48d887
SIZE (electron/electron-yarn-cache-25.9.3.tar.xz) = 41287644
SHA256 (electron/electron-electron-v25.9.3_GH0.tar.gz) = 41f18977c074fa34cd421be2dfd5bf96110aeb339fa59608f23cb105be9a7bb1
SIZE (electron/electron-electron-v25.9.3_GH0.tar.gz) = 11372739
SHA256 (electron/nodejs-node-v18.15.0_GH0.tar.gz) = 33c4b5b77c98398a3c0d99a146f602d164e014ff3a5713697beef1a971faf573
SIZE (electron/nodejs-node-v18.15.0_GH0.tar.gz) = 111925667
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
Expand Down
@@ -1,6 +1,6 @@
--- electron/spec/api-utility-process-spec.ts.orig 2023-08-22 15:28:54 UTC
--- electron/spec/api-utility-process-spec.ts.orig 2023-10-24 20:32:51 UTC
+++ electron/spec/api-utility-process-spec.ts
@@ -332,7 +332,7 @@ describe('utilityProcess module', () => {
@@ -383,7 +383,7 @@ describe('utilityProcess module', () => {
await closeWindow(w);
});

Expand Down

0 comments on commit 3023076

Please sign in to comment.