From 213e1ca9870704d3b3af2f6370d92f2b4febb503 Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Thu, 10 Jun 2021 21:31:04 +0600 Subject: [PATCH] crun: update to 0.20.1. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 1aa3027388ec..c318bb54a9e4 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=0.19.1 +version=0.20.1 revision=1 build_style=gnu-configure configure_args="--disable-systemd" @@ -11,7 +11,7 @@ maintainer="Imran Khan " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://github.com/containers/crun" distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz" -checksum=7b190ff934355e69636e24c12864326a6ebccdbb12af1f14bead217118eb19cb +checksum=84a31b25169d92b59a2611fe256a2cc48b05edd9aee8eab4e3dabb60d88f5a23 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" argp-standalone"