From 2f641b6af6c6f40903f9e669dd114c1123beee5c Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 17 Aug 2023 02:10:10 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 2838422bbada17686c77e5f3be0fb604 Closes #689 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fc4e1e..ba8649d 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 4133eb93dc20f00db996d1fefdd5fcbfd1d6b320 # 298 +COCKPIT_REPO_COMMIT = 2838422bbada17686c77e5f3be0fb604a44f8e1e # 298 + 5 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'