Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
electron32
Commits:
c5deb491 by Caleb Maclennan at 2024-11-14T13:42:41+03:00
upgpkg: 32.2.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = electron32
pkgdesc = Build cross platform desktop apps with web technologies
- pkgver = 32.2.3
+ pkgver = 32.2.4
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.3
+ source = git+https://github.com/electron/electron.git#tag=v32.2.4
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
@@ -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 =
f5e08403d693d820fac06cda34f9f507dddf46b4e7be8e4001fa52b40b2e13f1
+ sha256sums =
44a3cbc1662c01b7902b8ba68a85f350bd7ecb489a6d6f7096dbac1309d9c2e4
sha256sums =
3dfc43d901b96273201ba6d6d8b932b07c3661942d42a8bb0aae2c547757c73d
sha256sums =
1a5bc75a90abad153c8eb6dbdce138132a5f11190b0a40c925958a72d706b2aa
sha256sums =
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
=====================================
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.3
+pkgver=32.2.4
_gcc_patches=127-1
pkgrel=1
_major_ver=${pkgver%%.*}
@@ -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=('f5e08403d693d820fac06cda34f9f507dddf46b4e7be8e4001fa52b40b2e13f1'
+sha256sums=('44a3cbc1662c01b7902b8ba68a85f350bd7ecb489a6d6f7096dbac1309d9c2e4'
'3dfc43d901b96273201ba6d6d8b932b07c3661942d42a8bb0aae2c547757c73d'
'1a5bc75a90abad153c8eb6dbdce138132a5f11190b0a40c925958a72d706b2aa'
'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron32/-/commit/c5deb491689436add10c0646815196c278735982
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron32/-/commit/c5deb491689436add10c0646815196c278735982
You're receiving this email because of your account on gitlab.archlinux.org.