Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
libkrun
Commits:
fdadfdb1 by Christian Heusel at 2026-02-04T13:13:59+01:00
upgpkg: 1.17.2-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libkrun
pkgdesc = A dynamic library providing Virtualization-based process
isolation capabilities
- pkgver = 1.17.1
+ pkgver = 1.17.2
pkgrel = 1
url = https://github.com/containers/libkrun
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libkrun
depends = libkrunfw
depends = pipewire
depends = virglrenderer
- source =
https://github.com/containers/libkrun/archive/refs/tags/v1.17.1/libkrun-1.17.1.tar.gz
- sha256sums =
82e14eafe558824e1477131d02274e8508f6d9a96e9e5f81a45c3e41ee7d833a
+ source =
https://github.com/containers/libkrun/archive/refs/tags/v1.17.2/libkrun-1.17.2.tar.gz
+ sha256sums =
64447f7bb41a7c5291e685406c025a4c0002caf17c1e165543eb8a36ec5ef7db
pkgname = libkrun
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: hexchain <arch at hexchain.org>
pkgname=libkrun
-pkgver=1.17.1
+pkgver=1.17.2
pkgrel=1
pkgdesc="A dynamic library providing Virtualization-based process isolation
capabilities"
url='https://github.com/containers/libkrun'
@@ -12,7 +12,7 @@ license=('Apache-2.0')
makedepends=('cargo' 'patchelf' 'clang')
depends=('glibc' 'gcc-libs' 'libkrunfw' 'pipewire' 'virglrenderer')
source=("https://github.com/containers/libkrun/archive/refs/tags/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('82e14eafe558824e1477131d02274e8508f6d9a96e9e5f81a45c3e41ee7d833a')
+sha256sums=('64447f7bb41a7c5291e685406c025a4c0002caf17c1e165543eb8a36ec5ef7db')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkrun/-/commit/fdadfdb1dcb75ce5aead33913a17cf295bb9ee0a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkrun/-/commit/fdadfdb1dcb75ce5aead33913a17cf295bb9ee0a
You're receiving this email because of your account on gitlab.archlinux.org.