We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a6c67 commit 8921828Copy full SHA for 8921828
deploy/iso/minikube-iso/package/crun/crun.hash
@@ -1,2 +1,3 @@
1
# Locally computed
2
sha256 8065b73ae37ccfb960915fa10051e2bf27850d1c2c69ffeb9eec17c6f198d1c9 crun-0.19.tar.gz
3
+sha256 7b190ff934355e69636e24c12864326a6ebccdbb12af1f14bead217118eb19cb crun-0.19.1.tar.gz
deploy/iso/minikube-iso/package/crun/crun.mk
@@ -4,8 +4,8 @@
4
#
5
################################################################################
6
7
-CRUN_VERSION = 0.19
8
-CRUN_COMMIT = e67a75672412975916dac6b87f8346f870e4b99a
+CRUN_VERSION = 0.19.1
+CRUN_COMMIT = 1535fedf0b83fb898d449f9680000f729ba719f5
9
# need the pre-generated release tarball with the git submodules and configure
10
CRUN_SITE = https://github.com/containers/crun/releases/download/$(CRUN_VERSION)
11
CRUN_LICENSE = GPL-2.0
0 commit comments