Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
libkrunfw
Commits:
c907f034 by Sven-Hendrik Haase at 2026-05-17T16:22:15+02:00
upgpkg: 5.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libkrunfw
pkgdesc = A dynamic library bundling the guest payload consumed by
libkrun
- pkgver = 5.3.0
+ pkgver = 5.4.0
pkgrel = 1
url = https://github.com/containers/libkrunfw
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = libkrunfw
depends = glibc
noextract = linux-6.12.68.tar.xz
options = !debug
- source =
https://github.com/containers/libkrunfw/archive/refs/tags/v5.3.0/libkrunfw-5.3.0.tar.gz
+ source =
https://github.com/containers/libkrunfw/archive/refs/tags/v5.4.0/libkrunfw-5.4.0.tar.gz
source =
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.68.tar.xz
- sha256sums =
b1f7319d24ba231ab604aa88b527b14a55349ccb1dbd5a82a5e8f3c1688a1213
+ sha256sums =
2f8d310dc901e81e5aa812222da9eb8fbcc1775b9f223b4b7f3e18b5e14a57bc
sha256sums =
d367c7504bd4da520dd01eb08125d2d0ac088bc8af4cd56d236f2074dd4225b7
pkgname = libkrunfw
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=libkrunfw
# Check https://github.com/containers/libkrunfw/blob/main/Makefile#L1 for
kernel version
_kver=6.12.68
-pkgver=5.3.0
+pkgver=5.4.0
pkgrel=1
pkgdesc="A dynamic library bundling the guest payload consumed by libkrun"
url="https://github.com/containers/libkrunfw"
@@ -15,7 +15,7 @@
source=("https://github.com/containers/libkrunfw/archive/refs/tags/v$pkgver/$pkg
"https://cdn.kernel.org/pub/linux/kernel/v${_kver%%.*}.x/linux-${_kver}.tar.xz")
noextract=("linux-${_kver}.tar.xz")
options=(!debug) # suppress empty debug package
-sha256sums=('b1f7319d24ba231ab604aa88b527b14a55349ccb1dbd5a82a5e8f3c1688a1213'
+sha256sums=('2f8d310dc901e81e5aa812222da9eb8fbcc1775b9f223b4b7f3e18b5e14a57bc'
'd367c7504bd4da520dd01eb08125d2d0ac088bc8af4cd56d236f2074dd4225b7')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkrunfw/-/commit/c907f0347d6fd36a30b3ed9014bb383676fe77ff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkrunfw/-/commit/c907f0347d6fd36a30b3ed9014bb383676fe77ff
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help