devel/electron33: update to 33.4.10

Changelog: https://github.com/electron/electron/releases/tag/v33.4.10

Reported by:	GitHub (watch releases)
This commit is contained in:
Hiroki Tagato 2025-04-26 20:46:01 +09:00
parent b316622d14
commit a0c1b70d41
3 changed files with 8 additions and 8 deletions

View file

@ -1,2 +1,2 @@
ELECTRON_VER= 33.4.9
ELECTRON_VER= 33.4.10
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

View file

@ -1,4 +1,4 @@
TIMESTAMP = 1744719389
TIMESTAMP = 1745581607
SHA256 (electron/chromium-130.0.6723.191.tar.xz.0) = 5d75efea5a8e43b99e7fd86e20835218a2b80115e55f261e31d7c3723ebe067a
SIZE (electron/chromium-130.0.6723.191.tar.xz.0) = 2000000000
SHA256 (electron/chromium-130.0.6723.191.tar.xz.1) = adf26a3c24a77e0eb119ddb3932c0ee4f9127a1b7e63c7881047d482742d716a
@ -7,10 +7,10 @@ SHA256 (electron/chromium-130.0.6723.191.tar.xz.2) = 16a8c26a52ed95dae9a5a0d6960
SIZE (electron/chromium-130.0.6723.191.tar.xz.2) = 417583932
SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92
SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111
SHA256 (electron/electron-yarn-cache-33.4.9.tar.xz) = fbfce89a9781eba6a8dc2582fcc979f2cb4adbd95c42a09f595c7dfa45a47fdf
SIZE (electron/electron-yarn-cache-33.4.9.tar.xz) = 32181868
SHA256 (electron/electron-electron-v33.4.9_GH0.tar.gz) = 4f81f259f5f951671fae41c4e8f78cded06d13c3ca44574989b57c97fcc9fbc4
SIZE (electron/electron-electron-v33.4.9_GH0.tar.gz) = 14863697
SHA256 (electron/electron-yarn-cache-33.4.10.tar.xz) = fbfce89a9781eba6a8dc2582fcc979f2cb4adbd95c42a09f595c7dfa45a47fdf
SIZE (electron/electron-yarn-cache-33.4.10.tar.xz) = 32181868
SHA256 (electron/electron-electron-v33.4.10_GH0.tar.gz) = d7c30df1e5b2d71ab3e003bcbc7500311aaafa40f6dc7ccae843cc98431fae26
SIZE (electron/electron-electron-v33.4.10_GH0.tar.gz) = 14863906
SHA256 (electron/nodejs-node-v20.18.3_GH0.tar.gz) = a2049a1607fbc5b9ec4336d9d04faeeb9b8efdc9ec853e8ddf7cf419be9dbb3d
SIZE (electron/nodejs-node-v20.18.3_GH0.tar.gz) = 115601859
SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb

View file

@ -1,6 +1,6 @@
--- electron/shell/browser/native_window.cc.orig 2024-10-22 02:29:46 UTC
--- electron/shell/browser/native_window.cc.orig 2025-04-15 18:33:07 UTC
+++ electron/shell/browser/native_window.cc
@@ -202,7 +202,7 @@ void NativeWindow::InitFromOptions(const gin_helper::D
@@ -200,7 +200,7 @@ void NativeWindow::InitFromOptions(const gin_helper::D
} else {
SetSizeConstraints(size_constraints);
}