Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
kexec-tools
Commits:
74814e28 by Tobias Powalowski at 2026-03-06T07:28:36+01:00
upgpkg: 2.0.32-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kexec-tools
pkgdesc = Load another kernel from the currently executing Linux kernel
- pkgver = 2.0.31
+ pkgver = 2.0.32
pkgrel = 1
url = https://kernel.org/pub/linux/utils/kernel/kexec/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = kexec-tools
depends = xz
depends = zlib
depends = zstd
- source =
git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git?signed#tag=v2.0.31
+ source =
git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git?signed#tag=v2.0.32
validpgpkeys = E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE
- b2sums =
5ea9c0582cf05e3930c7d391c67ded18c18b1bea8bdd511b455479ddc95808777b3a121289849d7fd187b2799eeaae92f4c2623cfb7cfd475b821ce512b887f8
+ b2sums =
d0633ece7e8309aa88992675cda1f6ebba9027e49831e78e27b61cc6ee668a63bc158f56311b728ca09b76366b8d3c554c3a991092bed379e440f0b86c7b4d00
pkgname = kexec-tools
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Camille Moncelier <[email protected]>, simo <[email protected]>
pkgname=kexec-tools
-pkgver=2.0.31
+pkgver=2.0.32
pkgrel=1
pkgdesc="Load another kernel from the currently executing Linux kernel"
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=(
zstd
)
license=('GPL-2.0-or-later')
-b2sums=('5ea9c0582cf05e3930c7d391c67ded18c18b1bea8bdd511b455479ddc95808777b3a121289849d7fd187b2799eeaae92f4c2623cfb7cfd475b821ce512b887f8')
+b2sums=('d0633ece7e8309aa88992675cda1f6ebba9027e49831e78e27b61cc6ee668a63bc158f56311b728ca09b76366b8d3c554c3a991092bed379e440f0b86c7b4d00')
prepare() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/74814e28bf6ab5b07a5ffdbaca638405af2a61d1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/74814e28bf6ab5b07a5ffdbaca638405af2a61d1
You're receiving this email because of your account on gitlab.archlinux.org.