From c368834c352f713aefdbedfa75618a4f25e38c2d Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 17 Oct 2024 02:43:52 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to fe196082855cd53d3fe9c4da91048b0a Closes #1867 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0828aa89..342cbdbbb 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 1b2e187212f1497b21a6c0c0760652da272b3905 # 326 +COCKPIT_REPO_COMMIT = fe196082855cd53d3fe9c4da91048b0a2ade6fe1 # 326 + 30 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'