From 441c699e0866aaa0e00e913f34e5252e7d4a5bb8 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 21 Dec 2023 02:19:55 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 5a872683db3d00a27064d24ab7e1011b Closes #757 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e31b8f..e1ae85e 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 = d39a2fba817c2df32cdc7094661f28f20a969d06 # 306 + 48 commits +COCKPIT_REPO_COMMIT = 5a872683db3d00a27064d24ab7e1011b7fd46baa # 307 + 20 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'