From efc30c9b8283247b542b863683f39e2e47858b0f Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 30 Jan 2025 02:46:35 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to f05981311645107ac622bd16e702f843 Closes #81 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbc7662..087d531 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 = 3d2d07cb751b141b6bd6ee9a3d4230815eb6dad9 # 295 + 1 commits +COCKPIT_REPO_COMMIT = f05981311645107ac622bd16e702f84368bf0736 # 332 + 4 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'