From b9b44df1ad4b0d930a5b90c83a42b65f336d42d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sat, 19 Jun 2021 10:10:30 +0200 Subject: [PATCH] Upgrade crun to 0.19.1 --- deploy/iso/minikube-iso/package/crun/crun.hash | 1 + deploy/iso/minikube-iso/package/crun/crun.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/iso/minikube-iso/package/crun/crun.hash b/deploy/iso/minikube-iso/package/crun/crun.hash index e28f12cfb61d..8fea7526bf2b 100644 --- a/deploy/iso/minikube-iso/package/crun/crun.hash +++ b/deploy/iso/minikube-iso/package/crun/crun.hash @@ -1,2 +1,3 @@ # Locally computed sha256 8065b73ae37ccfb960915fa10051e2bf27850d1c2c69ffeb9eec17c6f198d1c9 crun-0.19.tar.gz +sha256 7b190ff934355e69636e24c12864326a6ebccdbb12af1f14bead217118eb19cb crun-0.19.1.tar.gz diff --git a/deploy/iso/minikube-iso/package/crun/crun.mk b/deploy/iso/minikube-iso/package/crun/crun.mk index 537ac0da6844..fa53839a7d0a 100644 --- a/deploy/iso/minikube-iso/package/crun/crun.mk +++ b/deploy/iso/minikube-iso/package/crun/crun.mk @@ -4,8 +4,8 @@ # ################################################################################ -CRUN_VERSION = 0.19 -CRUN_COMMIT = e67a75672412975916dac6b87f8346f870e4b99a +CRUN_VERSION = 0.19.1 +CRUN_COMMIT = 1535fedf0b83fb898d449f9680000f729ba719f5 # need the pre-generated release tarball with the git submodules and configure CRUN_SITE = https://github.com/containers/crun/releases/download/$(CRUN_VERSION) CRUN_LICENSE = GPL-2.0