Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
krunvm


Commits:
e5a94d75 by Sven-Hendrik Haase at 2025-08-01T02:00:19+02:00
upgpkg: 0.2.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = krunvm
        pkgdesc = Create microVMs from OCI images
-       pkgver = 0.2.3
-       pkgrel = 2
+       pkgver = 0.2.4
+       pkgrel = 1
        url = https://github.com/containers/krunvm
        arch = x86_64
        license = Apache-2.0
@@ -11,7 +11,7 @@ pkgbase = krunvm
        depends = gcc-libs
        depends = libkrun
        depends = buildah
-       source = 
https://github.com/containers/krunvm/archive/refs/tags/v0.2.3/krunvm-0.2.3.tar.gz
-       sha256sums = 
b290bcb70f341ac4814b0eb0e3a19084c301135f61e49f406168157b0d5f74c4
+       source = 
https://github.com/containers/krunvm/archive/refs/tags/v0.2.4/krunvm-0.2.4.tar.gz
+       sha256sums = 
d71467fa62c43141334f8d40b81aa7297ddd6e68d5dda9e1202b085e6d81655c
 
 pkgname = krunvm


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org>
 # Contributor: hexchain <arch at hexchain.org>
 pkgname=krunvm
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
 pkgdesc="Create microVMs from OCI images"
 url='https://github.com/containers/krunvm'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache-2.0')
 makedepends=('cargo' 'asciidoctor')
 depends=('glibc' 'gcc-libs' 'libkrun' 'buildah')
 
source=("https://github.com/containers/krunvm/archive/refs/tags/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('b290bcb70f341ac4814b0eb0e3a19084c301135f61e49f406168157b0d5f74c4')
+sha256sums=('d71467fa62c43141334f8d40b81aa7297ddd6e68d5dda9e1202b085e6d81655c')
 
 build() {
     cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/krunvm/-/commit/e5a94d75a7e9c81906f33ce110cf4135664ef3ee

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/krunvm/-/commit/e5a94d75a7e9c81906f33ce110cf4135664ef3ee
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to