Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
electron33


Commits:
1275441e by Caleb Maclennan at 2024-11-08T18:58:50+03:00
upgpkg: 33.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = electron33
        pkgdesc = Build cross platform desktop apps with web technologies
-       pkgver = 33.1.0
+       pkgver = 33.2.0
        pkgrel = 1
        url = https://electronjs.org
        arch = x86_64
@@ -79,7 +79,7 @@ pkgbase = electron33
        optdepends = trash-cli: file deletion support (trash-put)
        optdepends = xdg-utils: open URLs with desktop’s default (xdg-email, 
xdg-open)
        options = !lto
-       source = git+https://github.com/electron/electron.git#tag=v33.1.0
+       source = git+https://github.com/electron/electron.git#tag=v33.2.0
        source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/130/chromium-patches-130.tar.bz2
        source = compiler-rt-adjust-paths.patch
        source = blink-fix-missing-stdlib-include.patch
@@ -89,7 +89,7 @@ pkgbase = electron33
        source = jinja-python-3.10.patch
        source = use-system-libraries-in-node.patch
        source = makepkg-source-roller.py
-       source = 
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=130.0.6723.91
+       source = 
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=130.0.6723.118
        source = 
chromium-mirror_third_party_nan::git+https://github.com/nodejs/nan.git#commit=e14bdcd1f72d62bca1d541b66da43130384ec213
        source = 
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v20.18.0
        source = 
chromium-mirror_third_party_engflow-reclient-configs::git+https://github.com/EngFlow/reclient-configs.git#commit=955335c30a752e9ef7bff375baab5e0819b6c00d
@@ -251,7 +251,7 @@ pkgbase = electron33
        source = 
chromium-mirror_third_party_dawn_third_party_langsvr::git+https://github.com/google/langsvr.git#commit=303c526231a90049a3e384549720f3fbd453cf66
        source = 
chromium-mirror_third_party_dawn_third_party_partition_alloc::git+https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git#commit=2e6b2efb6f435aa3dd400cb3bdcead2a601f8f9a
        source = 
chromium-mirror_third_party_openscreen_src_third_party_tinycbor_src::git+https://chromium.googlesource.com/external/github.com/intel/tinycbor.git#commit=d393c16f3eb30d0c47e6f9d92db62272f0ec4dc7
-       sha256sums = 
36a1b0d2a4edd0ffe642903fe6516cdbd618ac108264ab02a0368972f45d00f6
+       sha256sums = 
3f8af010c102abaf911cf193c98bbf4df7d342daacb39fcd702f08718991a5ea
        sha256sums = 
b5fd4b943ae307680cd5c2050a01f85ef94d3f880a157eef8d17eb9fa23864f5
        sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
        sha256sums = 
a4a822e135b253c93089a80c679842cc470c6936742767ae09d952646889abd6
@@ -261,7 +261,7 @@ pkgbase = electron33
        sha256sums = 
55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e
        sha256sums = 
ff588a8a4fd2f79eb8a4f11cf1aa151298ffb895be566c57cc355d47f161f53f
        sha256sums = 
2c8cd28cee0e1df1862e801794f210d2b7cac652f943cf94f43c2abe26f2a2f4
-       sha256sums = 
de45bdbe65396139e2a74e7ff969aa6199c0c6f4ae4304a1df7e3652e70f7d83
+       sha256sums = 
cb81c62ac19dced9cb56b766c4f8ec2bbbbcbf815e40e0f451d6af79cd68bae9
        sha256sums = 
0b7a546ee6913c49519c10c293ac530ff381641a8a465fa2e184d6dbe0fb784d
        sha256sums = 
85ec7d68f4ee76d11bd7c47873e9657c102a9588ccfa5c48b7ada4be8a5c38bc
        sha256sums = 
3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 # Note: source array can be synced with an Electron release after updating 
$pkgver with:
 # bash -c 'source PKGBUILD; _update_sources'
 
-pkgver=33.1.0
+pkgver=33.2.0
 _gcc_patches=130
 pkgrel=1
 _major_ver=${pkgver%%.*}
@@ -76,7 +76,7 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver";
         use-system-libraries-in-node.patch
         makepkg-source-roller.py
         # BEGIN managed sources
-        
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=130.0.6723.91
+        
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=130.0.6723.118
         
chromium-mirror_third_party_nan::git+https://github.com/nodejs/nan.git#commit=e14bdcd1f72d62bca1d541b66da43130384ec213
         
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v20.18.0
         
chromium-mirror_third_party_engflow-reclient-configs::git+https://github.com/EngFlow/reclient-configs.git#commit=955335c30a752e9ef7bff375baab5e0819b6c00d
@@ -240,7 +240,7 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver";
         
chromium-mirror_third_party_openscreen_src_third_party_tinycbor_src::git+https://chromium.googlesource.com/external/github.com/intel/tinycbor.git#commit=d393c16f3eb30d0c47e6f9d92db62272f0ec4dc7
         # END managed sources
         )
-sha256sums=('36a1b0d2a4edd0ffe642903fe6516cdbd618ac108264ab02a0368972f45d00f6'
+sha256sums=('3f8af010c102abaf911cf193c98bbf4df7d342daacb39fcd702f08718991a5ea'
             'b5fd4b943ae307680cd5c2050a01f85ef94d3f880a157eef8d17eb9fa23864f5'
             'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
             'a4a822e135b253c93089a80c679842cc470c6936742767ae09d952646889abd6'
@@ -250,7 +250,7 @@ 
sha256sums=('36a1b0d2a4edd0ffe642903fe6516cdbd618ac108264ab02a0368972f45d00f6'
             '55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e'
             'ff588a8a4fd2f79eb8a4f11cf1aa151298ffb895be566c57cc355d47f161f53f'
             '2c8cd28cee0e1df1862e801794f210d2b7cac652f943cf94f43c2abe26f2a2f4'
-            'de45bdbe65396139e2a74e7ff969aa6199c0c6f4ae4304a1df7e3652e70f7d83'
+            'cb81c62ac19dced9cb56b766c4f8ec2bbbbcbf815e40e0f451d6af79cd68bae9'
             '0b7a546ee6913c49519c10c293ac530ff381641a8a465fa2e184d6dbe0fb784d'
             '85ec7d68f4ee76d11bd7c47873e9657c102a9588ccfa5c48b7ada4be8a5c38bc'
             '3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron33/-/commit/1275441e2d0a44579f0871fbdc31283c952e2d39

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron33/-/commit/1275441e2d0a44579f0871fbdc31283c952e2d39
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to