From ca44f5d3da9e357f8b34d4727719a4fdb8fdd60b Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Thu, 2 Sep 2021 04:43:59 +0600 Subject: [PATCH] crun: update to 1.0. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 8aa2382eb9a0..484e9929e25c 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=0.21 +version=1.0 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=018c805c88a15cbd8341d00badd00c92de256bc585c46336be78f1ff9a5a3cf2 +checksum=e1745172bf603c6832e1a77ee2b7ac9ad4644cd0f4349704df84b66385bbbe61 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" argp-standalone"