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


Commits:
226e776d by Caleb Maclennan at 2024-11-28T11:16:40+03:00
Check versions against canonical release notices, tags get yanked regularly

c.f. https://github.com/electron/electron/issues/42025

- - - - -
a4faa105 by Caleb Maclennan at 2024-11-28T16:59:15+03:00
upgpkg: 32.2.6-1

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = electron32
        pkgdesc = Build cross platform desktop apps with web technologies
-       pkgver = 32.2.5
+       pkgver = 32.2.6
        pkgrel = 1
        url = https://electronjs.org
        arch = x86_64
@@ -79,7 +79,7 @@ pkgbase = electron32
        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=v32.2.5
+       source = git+https://github.com/electron/electron.git#tag=v32.2.6
        source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/127-1/chromium-patches-127-1.tar.bz2
        source = allow-ANGLEImplementation-kVulkan.patch
        source = compiler-rt-adjust-paths.patch
@@ -93,7 +93,7 @@ pkgbase = electron32
        source = makepkg-source-roller.py
        source = 
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=128.0.6613.186
        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_electron_node::git+https://github.com/nodejs/node.git#tag=v20.18.1
        source = 
chromium-mirror_third_party_engflow-reclient-configs::git+https://github.com/EngFlow/reclient-configs.git#commit=955335c30a752e9ef7bff375baab5e0819b6c00d
        source = 
chromium-mirror_third_party_clang-format_script::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git#commit=3c0acd2d4e73dd911309d9e970ba09d58bf23a62
        source = 
chromium-mirror_third_party_libc++_src::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git#commit=6bb75caa139ee1e686d2205910454cf6ea212e58
@@ -251,7 +251,7 @@ pkgbase = electron32
        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 = 
ab922e36b797be3b49503fc3e1370c564a8eaa00c8b818cf3af8640ecefee4c5
+       sha256sums = 
5d5a1a456b14258595a947bc94ebdbf81d95c18f69a09e0748b0428fce018418
        sha256sums = 
3dfc43d901b96273201ba6d6d8b932b07c3661942d42a8bb0aae2c547757c73d
        sha256sums = 
1a5bc75a90abad153c8eb6dbdce138132a5f11190b0a40c925958a72d706b2aa
        sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
@@ -265,7 +265,7 @@ pkgbase = electron32
        sha256sums = 
2c8cd28cee0e1df1862e801794f210d2b7cac652f943cf94f43c2abe26f2a2f4
        sha256sums = 
baa35155ba83c8c0ae5faf1f82a92a7ed5fa6b4e61c7c5369fee8fc068e75dec
        sha256sums = 
0b7a546ee6913c49519c10c293ac530ff381641a8a465fa2e184d6dbe0fb784d
-       sha256sums = 
85ec7d68f4ee76d11bd7c47873e9657c102a9588ccfa5c48b7ada4be8a5c38bc
+       sha256sums = 
07dc86368ae75c7605ef15ab9b95db07bdb53840b7ff5ccf8dc6014e13dcafcf
        sha256sums = 
3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5
        sha256sums = 
b7ab26b28122102827dbbefa54a38f9d59729bbdab889dcc6dba672141590717
        sha256sums = 
e65012ae3fceb5a01c33b17b56335744d18a2655ae72387f13a52002d8b5c74c


=====================================
.nvchecker.toml
=====================================
@@ -1,6 +1,4 @@
 [electron32]
-source = "github"
-github = "electron/electron"
-prefix = "v"
-include_regex = "v32\\.\\d+\\.\\d+"
-use_max_tag = true
+source = "regex"
+url = "https://releases.electronjs.org/";
+regex = 'href="/release/v(32\.\d+\.\d+)"'


=====================================
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=32.2.5
+pkgver=32.2.6
 _gcc_patches=127-1
 pkgrel=1
 _major_ver=${pkgver%%.*}
@@ -80,7 +80,7 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver";
         # BEGIN managed sources
         
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=128.0.6613.186
         
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_electron_node::git+https://github.com/nodejs/node.git#tag=v20.18.1
         
chromium-mirror_third_party_engflow-reclient-configs::git+https://github.com/EngFlow/reclient-configs.git#commit=955335c30a752e9ef7bff375baab5e0819b6c00d
         
chromium-mirror_third_party_clang-format_script::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git#commit=3c0acd2d4e73dd911309d9e970ba09d58bf23a62
         
chromium-mirror_third_party_libc++_src::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git#commit=6bb75caa139ee1e686d2205910454cf6ea212e58
@@ -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=('ab922e36b797be3b49503fc3e1370c564a8eaa00c8b818cf3af8640ecefee4c5'
+sha256sums=('5d5a1a456b14258595a947bc94ebdbf81d95c18f69a09e0748b0428fce018418'
             '3dfc43d901b96273201ba6d6d8b932b07c3661942d42a8bb0aae2c547757c73d'
             '1a5bc75a90abad153c8eb6dbdce138132a5f11190b0a40c925958a72d706b2aa'
             'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
@@ -254,7 +254,7 @@ 
sha256sums=('ab922e36b797be3b49503fc3e1370c564a8eaa00c8b818cf3af8640ecefee4c5'
             '2c8cd28cee0e1df1862e801794f210d2b7cac652f943cf94f43c2abe26f2a2f4'
             'baa35155ba83c8c0ae5faf1f82a92a7ed5fa6b4e61c7c5369fee8fc068e75dec'
             '0b7a546ee6913c49519c10c293ac530ff381641a8a465fa2e184d6dbe0fb784d'
-            '85ec7d68f4ee76d11bd7c47873e9657c102a9588ccfa5c48b7ada4be8a5c38bc'
+            '07dc86368ae75c7605ef15ab9b95db07bdb53840b7ff5ccf8dc6014e13dcafcf'
             '3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5'
             'b7ab26b28122102827dbbefa54a38f9d59729bbdab889dcc6dba672141590717'
             'e65012ae3fceb5a01c33b17b56335744d18a2655ae72387f13a52002d8b5c74c'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron32/-/compare/6d71384770b1334b419c08b2b77c24cbb64ba125...a4faa105a4c959648bb6210589cc221533d5ceca

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron32/-/compare/6d71384770b1334b419c08b2b77c24cbb64ba125...a4faa105a4c959648bb6210589cc221533d5ceca
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to