From 9a0bd949ae887af9d3c95eed26d5158ebea04f88 Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Sat, 12 Dec 2020 19:31:21 +0600 Subject: [PATCH] crun: update to 0.16. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index b6cd39cf449..2dc3f46e47f 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=0.15.1 +version=0.16 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=1b3f05d1b585bc6dfde3c2ad50aa4c3db3b507705cbc6d2c7810880282063433 +checksum=fba02fe03dbb83570d4d00e0268e6c3b8ff5e7472e24c183ed8644ea208336dc if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" argp-standalone"