From 8a75d32926a57b86182a942e9ec29244b80833a7 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Tue, 8 Oct 2024 08:10:41 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 2ba803af0119b100dfa625e143cba8d5 Closes #1869 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07536578..8261d41d 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = d2e1f5d8f2345aa378803a8a939cb98f5a45b712 # 325 + 37 commits +COCKPIT_REPO_COMMIT = 2ba803af0119b100dfa625e143cba8d5b57a949c # 325 + 60 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'