Skip to content

Commit

Permalink
devel/electron19: update to 19.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tagattie committed Jul 9, 2022
1 parent 2f8a7d1 commit ec67727
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions devel/electron19/Makefile
Expand Up @@ -2,7 +2,7 @@ PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER:S/-beta./.b/}
CATEGORIES= devel
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v19.0.7/:chromium \
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v19.0.8/:chromium \
https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \
https://commondatastorage.googleapis.com/chromium-fonts/:chromium_testfonts
PKGNAMESUFFIX= ${ELECTRON_VER_MAJOR}
Expand Down Expand Up @@ -137,7 +137,7 @@ SNDIO_VARS= GN_ARGS+=use_sndio=true
SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false

# See ${WRKSRC}/electron/DEPS for CHROMIUM_VER
CHROMIUM_VER= 102.0.5005.134
CHROMIUM_VER= 102.0.5005.148
# See ${WRKSRC}/third_party/node/node_modules.tar.gz.sha1 for CHROMIUM_NODE_MODULES_HASH
CHROMIUM_NODE_MODULES_HASH= df473d4b1ab26ce6b669007521f2ffb8ff99f9d7
# See ${WRKSRC}/third_party/test_fonts/test_fonts.tar.gz.sha1 for CHROMIUM_TEST_FONTS_HASH
Expand All @@ -153,7 +153,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1656908896
YARN_TIMESTAMP= 1657174247

GN_ARGS+= clang_use_chrome_plugins=false \
enable_hangout_services_extension=true \
Expand Down
2 changes: 1 addition & 1 deletion devel/electron19/Makefile.version
@@ -1,2 +1,2 @@
ELECTRON_VER= 19.0.7
ELECTRON_VER= 19.0.8
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
14 changes: 7 additions & 7 deletions devel/electron19/distinfo
@@ -1,14 +1,14 @@
TIMESTAMP = 1656921150
SHA256 (electron/chromium-102.0.5005.134.tar.xz) = d3791c8c87ee355d541be2f58562c433f57bfee877d4ec21bea62b7097ac821a
SIZE (electron/chromium-102.0.5005.134.tar.xz) = 1302386848
TIMESTAMP = 1657183571
SHA256 (electron/chromium-102.0.5005.148.tar.xz) = 1ec12e399fb5f0794a48b982e8ea17d65401c4c224922b92f9af9d15c5e25e2f
SIZE (electron/chromium-102.0.5005.148.tar.xz) = 1302541952
SHA256 (electron/df473d4b1ab26ce6b669007521f2ffb8ff99f9d7) = 38fa60c59a8398ae33f8d12c1234735a74dc3c8d0c6d4bc7a9c212c2b4b7fef8
SIZE (electron/df473d4b1ab26ce6b669007521f2ffb8ff99f9d7) = 12046529
SHA256 (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = ec973eccd669d417fbf2d0a4dac730744a3174268ff062db5451b55c82bc3492
SIZE (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = 26759650
SHA256 (electron/electron-yarn-cache-19.0.7.tar.xz) = 0ae120cef545bc25f4471b590e43b54b530fb49a5f3072ddcb0ad248e68b7ebf
SIZE (electron/electron-yarn-cache-19.0.7.tar.xz) = 37911736
SHA256 (electron/electron-electron-v19.0.7_GH0.tar.gz) = 073e27bdd1fb0fd766156b19e82c026f112a3a44c26c3e9e2436d16b3dc31461
SIZE (electron/electron-electron-v19.0.7_GH0.tar.gz) = 10507900
SHA256 (electron/electron-yarn-cache-19.0.8.tar.xz) = 23a715ebe8c338d3fe9c3ae85db9f12693c4ccfacf6287d0d3efccd3735bdb15
SIZE (electron/electron-yarn-cache-19.0.8.tar.xz) = 37910616
SHA256 (electron/electron-electron-v19.0.8_GH0.tar.gz) = d8ee01db95dfe24aa89a67424498b67102a4977ff9a3ccbfbc3f36801fdba7d5
SIZE (electron/electron-electron-v19.0.8_GH0.tar.gz) = 10464491
SHA256 (electron/nodejs-node-v16.14.2_GH0.tar.gz) = cc2331a5c35d3dda0035d9cba71c3b8e234bc68e18ffd955b385c1e97062528f
SIZE (electron/nodejs-node-v16.14.2_GH0.tar.gz) = 88432213
SHA256 (electron/nodejs-nan-65b32af46e9d7fab2e4ff657751205b3865f4920_GH0.tar.gz) = a649b75bfa9c1a0254c73d022c6e98924b9471f593bcc83832daaf68da4cae8d
Expand Down
2 changes: 1 addition & 1 deletion devel/electron19/files/package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "19.0.7",
"version": "19.0.8",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
Expand Down

0 comments on commit ec67727

Please sign in to comment.