From c40584e022c9cf090c0a62440248bba984fcf3f5 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 20 Feb 2025 02:42:10 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 9ef2e8ba1d6b4b3db9b8baa45621ca07 Closes #1102 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e580696..eecc76f 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 = 66625eea530a996367ea977113c427fd72eb834b # 332 + 53 commits +COCKPIT_REPO_COMMIT = 9ef2e8ba1d6b4b3db9b8baa45621ca072abadaef # 333 + 11 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'