electron9: update to 9.3.1.

[ci skip]
This commit is contained in:
John 2020-09-04 22:03:41 +02:00
parent 0f190f3c36
commit c2946c972e
2 changed files with 3 additions and 3 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/**'],
+ exclude=['content/test/**', 'test/cctest/wasm/**'],
committer_name="Electron Scripts", committer_email="scripts@electron")

View file

@ -1,6 +1,6 @@
# Template file for 'electron9'
pkgname=electron9
version=9.2.1
version=9.3.1
_nodever=12.14.1
_chromiumver=83.0.4103.119
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="91fae4c98d351cac53f9e3c4974c602fa93d0a7365fdce31cf832d8095e37b11
checksum="74292816dbccc1cc973d36f8bc101c31616b3c4c484056efb558a7a5e8fd1f60
452cbc58895a46b2b87ba450a3f86897de92ad08ce28ffdbed6b3f12101d3788
01e4a960be3e26b87c55509ee1cb44a14946a4169d5cdec046dd05058d995b26"