electron10: update to 10.2.0.

This commit is contained in:
John 2020-12-20 12:56:18 +01:00
parent cdcfc13d13
commit a1f221c912
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
for patch_dir, repo in dirs.items():
git.import_patches(repo=repo, patch_data=patch_from_dir(patch_dir),
threeway=threeway is not None,
+ exclude=['content/test/**', 'test/cctest/wasm/**'],
+ exclude=['content/test/**', 'test/cctest/**', 'test/unittests/**'],
committer_name="Electron Scripts", committer_email="scripts@electron")

View file

@ -1,6 +1,6 @@
# Template file for 'electron10'
pkgname=electron10
version=10.1.5
version=10.2.0
_nodever=12.16.3
_chromiumver=85.0.4183.121
revision=1
@ -30,7 +30,7 @@ homepage="https://electronjs.org"
distfiles="https://github.com/electron/electron/archive/v$version.tar.gz>electron-${version}.tar.gz
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$_chromiumver.tar.xz
https://github.com/nodejs/node/archive/v$_nodever.tar.gz>node-$_nodever.tar.gz"
checksum="ae73d71f3f7caa732ad1138d7f6ae0c7a38692880173e82f81244d66ac1cdb31
checksum="e1de6c43215594936af7b8f40f383e28069a8e4666bae1e447491353a506c6d4
e018547e54566410fb365d9f3dae10037c30fca5debe6ba8baceef3ad3b03d28
dcd0a1e619ff326399ca8fd87f61c255f4d1e9bff47860064993f01e4ff37fe1"
@ -43,7 +43,7 @@ lib32disabled=yes
nopie=yes # contains tools that are not PIE, enables PIE itself
build_options="pulseaudio sndio clang"
build_options_default="pulseaudio sndio clang"
build_options_default="pulseaudio clang"
if [ "$build_option_clang" ]; then
nocross="No proper setup for using clang as cross compiler in void yet"