Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
kexec-tools
Commits:
3c7ef348 by Tobias Powalowski at 2024-12-20T07:29:27+01:00
upgpkg: 2.0.30-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = kexec-tools
pkgdesc = Load another kernel from the currently executing Linux kernel
- pkgver = 2.0.29
- pkgrel = 2
+ pkgver = 2.0.30
+ pkgrel = 1
url = https://kernel.org/pub/linux/utils/kernel/kexec/
arch = x86_64
license = GPL-2.0-or-later
makedepends = git
depends = zlib
depends = xz
- source =
git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git?signed#tag=v2.0.29
+ source =
git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git?signed#tag=v2.0.30
validpgpkeys = E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE
- b2sums =
e49b21dadc06cd91ec71a7c48e6a731a29560dde91f53cea615ffcfc747f443b5db3bfc2fe56050a2a604e4eb5b4f50788b8887e73d2f5c7e8c485a14c467580
+ b2sums =
9092d6cb1f08018088c96bf42c734be97be072726888617b58505349c0c4945d6e1c382210bc1c176548615c7fdd169a6331a6fffc17b75ea79795669bfcb49b
pkgname = kexec-tools
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Camille Moncelier <[email protected]>, simo <[email protected]>
pkgname=kexec-tools
-pkgver=2.0.29
-pkgrel=2
+pkgver=2.0.30
+pkgrel=1
pkgdesc="Load another kernel from the currently executing Linux kernel"
arch=('x86_64')
url="https://kernel.org/pub/linux/utils/kernel/kexec/"
@@ -12,7 +12,7 @@ makedepends=('git')
validpgpkeys=('E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE') # Simon Horman
<[email protected]>
depends=('zlib' 'xz')
license=('GPL-2.0-or-later')
-b2sums=('e49b21dadc06cd91ec71a7c48e6a731a29560dde91f53cea615ffcfc747f443b5db3bfc2fe56050a2a604e4eb5b4f50788b8887e73d2f5c7e8c485a14c467580')
+b2sums=('9092d6cb1f08018088c96bf42c734be97be072726888617b58505349c0c4945d6e1c382210bc1c176548615c7fdd169a6331a6fffc17b75ea79795669bfcb49b')
prepare() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/3c7ef3484df0d621fb60df22832a8b2ca32b9d27
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/3c7ef3484df0d621fb60df22832a8b2ca32b9d27
You're receiving this email because of your account on gitlab.archlinux.org.