From 1b7caf2abca397c51794edf70de5885bfa07af04 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Wed, 24 Apr 2024 05:27:09 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to e3eae5b36d5280c853b3b08e85c0e1ca --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25859a512..e82fd4163 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 5516784bc7aba7c6fb02d19c57afc4de953ccd17 # 315 + 39 commits +COCKPIT_REPO_COMMIT = e3eae5b36d5280c853b3b08e85c0e1cad57bfd41 # 315 + 76 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'