From 02d44e0fbea1a631f16db91a833f9a06b82ce359 Mon Sep 17 00:00:00 2001 From: Michal Cieslakiewicz Date: Wed, 17 Feb 2021 11:06:43 +0100 Subject: [PATCH] ap/conmon: updated to version 2.0.26. Following the big glibc-2.33 upgrade. Signed-off-by: Michal Cieslakiewicz --- ap/conmon/get_sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ap/conmon/get_sources.sh b/ap/conmon/get_sources.sh index 43bbb91..7a48537 100755 --- a/ap/conmon/get_sources.sh +++ b/ap/conmon/get_sources.sh @@ -1,5 +1,5 @@ #!/bin/bash SRC=conmon -VERSION=2.0.22 +VERSION=2.0.26 set -x wget -O ${SRC}-${VERSION}.tar.gz https://github.com/containers/${SRC}/archive/v${VERSION}.tar.gz