electron12: update to 12.0.14.
This commit is contained in:
parent
edffa016d4
commit
f0dcf502af
|
@ -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=['test/mjsunit/**', 'content/test/**', 'test/cctest/**', 'test/unittests/**', 'third_party/blink/web_tests/**'],
|
||||
+ exclude=['content/test/**', 'test/**', 'third_party/blink/web_tests/**'],
|
||||
committer_name="Electron Scripts", committer_email="scripts@electron")
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'electron12'
|
||||
pkgname=electron12
|
||||
version=12.0.9
|
||||
version=12.0.14
|
||||
_nodever=14.16.0
|
||||
_chromiumver=89.0.4389.128
|
||||
revision=1
|
||||
|
@ -31,7 +31,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="1b4073baa3e93bb410591688b7ca6e59201ae9c8cf18f05e5a05ecfd7ffebfc8
|
||||
checksum="42e8949cd38f9306ffbe906bec306a20a8e602edbb77c1d64c68350edcdbf0cf
|
||||
1a75ea6aeb98f2d3b6feae1fbf5692679e93d5b7631bc7c762dd873499deda5b
|
||||
bcdf869b0743405515ee897b1047b5e851a717e426b4974d26537c9b10dfd53a"
|
||||
|
||||
|
|
Loading…
Reference in New Issue