From 9db9acf29d5a7eb2befa1e0817a2bbbe18ec6e69 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 10 Oct 2024 02:43:24 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 1b2e187212f1497b21a6c0c0760652da Closes #998 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d35ceef..35e3419 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 2ba803af0119b100dfa625e143cba8d5b57a949c # 325 + 60 commits +COCKPIT_REPO_COMMIT = 1b2e187212f1497b21a6c0c0760652da272b3905 # 326 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'