Skip to content

Commit

Permalink
devel/electron23: update to 23.3.9
Browse files Browse the repository at this point in the history
Changelog: https://github.com/electron/electron/releases/tag/v23.3.9

Reported by:	GitHub (watch releases)
  • Loading branch information
Hiroki Tagato authored and Hiroki Tagato committed Jun 29, 2023
1 parent 2a4c07c commit fa06ac0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion devel/electron23/Makefile
Expand Up @@ -222,7 +222,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1687591206
YARN_TIMESTAMP= 1688027086

.include "Makefile.version"
.include <bsd.port.pre.mk>
Expand Down
2 changes: 1 addition & 1 deletion devel/electron23/Makefile.version
@@ -1,2 +1,2 @@
ELECTRON_VER= 23.3.8
ELECTRON_VER= 23.3.9
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
10 changes: 5 additions & 5 deletions devel/electron23/distinfo
@@ -1,14 +1,14 @@
TIMESTAMP = 1687591874
TIMESTAMP = 1688027307
SHA256 (electron/chromium-110.0.5481.208.tar.xz) = 9f364e9a61a961b808ac241076fe25f8c48e5d7349a3236a9023a51018890ccc
SIZE (electron/chromium-110.0.5481.208.tar.xz) = 1554639732
SHA256 (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = b7f797156b45c21a104f732366dad74e5b401bae8e3ce75fe1e54769cda3c0c2
SIZE (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = 9903987
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-23.3.8.tar.xz) = 5c9a61f0dd6406163732141f017f184f23e169c61c9750dd5d8be331007984ba
SIZE (electron/electron-yarn-cache-23.3.8.tar.xz) = 38870888
SHA256 (electron/electron-electron-v23.3.8_GH0.tar.gz) = 5033d59cb846aae99f11e118edb6e08da61cabc8b3fbb61e6954a319c4c35e0c
SIZE (electron/electron-electron-v23.3.8_GH0.tar.gz) = 10525731
SHA256 (electron/electron-yarn-cache-23.3.9.tar.xz) = eca40294901b7138e0e533ae7a64986a918a835dce87d5b242538dd075306d67
SIZE (electron/electron-yarn-cache-23.3.9.tar.xz) = 38871692
SHA256 (electron/electron-electron-v23.3.9_GH0.tar.gz) = 57a0332eb7cc3e19aaabaf840196419e27f854d642221fc2a4c1725da7e80c0e
SIZE (electron/electron-electron-v23.3.9_GH0.tar.gz) = 10525928
SHA256 (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 7e7962209d25ed6c28b722b78a0b0ca304307d7bf536aca142be330901b11d50
SIZE (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 108947341
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
Expand Down
6 changes: 3 additions & 3 deletions devel/electron23/files/patch-electron_spec_chromium-spec.ts
@@ -1,4 +1,4 @@
--- electron/spec/chromium-spec.ts.orig 2023-04-12 09:18:42 UTC
--- electron/spec/chromium-spec.ts.orig 2023-06-27 15:33:49 UTC
+++ electron/spec/chromium-spec.ts
@@ -473,13 +473,13 @@ describe('command line switches', () => {
it('should not set an invalid locale', async () => testLocale('asdfkl', `${currentLocale}|${currentSystemLocale}|${currentPreferredLanguages}`));
Expand All @@ -18,7 +18,7 @@
});

describe('--remote-debugging-pipe switch', () => {
@@ -2289,12 +2289,12 @@ describe('font fallback', () => {
@@ -2306,12 +2306,12 @@ describe('font fallback', () => {
expect(fonts[0].familyName).to.equal('Arial');
} else if (process.platform === 'darwin') {
expect(fonts[0].familyName).to.equal('Helvetica');
Expand All @@ -33,7 +33,7 @@
const html = `
<html lang="ja-JP">
<head>
@@ -2687,7 +2687,7 @@ describe('navigator.clipboard.write', () => {
@@ -2704,7 +2704,7 @@ describe('navigator.clipboard.write', () => {
});
});

Expand Down

0 comments on commit fa06ac0

Please sign in to comment.