From 0b65370c8cc7de943c22c37f467718864d1c6dd2 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 8 Mar 2024 03:34:34 +0100 Subject: [PATCH] * update crun to 1.14.4-1 --- crun/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crun/PKGBUILD b/crun/PKGBUILD index fe3b3867c3..1507e3138f 100644 --- a/crun/PKGBUILD +++ b/crun/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: hexchian pkgname=crun -pkgver=1.14 +pkgver=1.14.4 pkgrel=1 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers" url="https://github.com/containers/crun" @@ -16,7 +16,7 @@ depends_x86_64=('criu') makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git') source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}) validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA') -sha256sums=('d05d53929a83b1f303545e358c89ed1c545916b64fb00ac99b385861f7a188e5' +sha256sums=('fd6af195a73ae9bf3aea1a6c976a914492324c828542f35a7f1570a659f2e512' 'SKIP') build() {