From 3a09ad65915095b28d8733446ddf158ae07831ac Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 2 Nov 2023 02:14:51 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 228c5e4cef8d2c6b22123542b4931f97 Closes #734 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e68e2cd..35620ff 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 = 118d89a84afdccda8d799579b68fee2808d96a30 # 303 + 38 commits +COCKPIT_REPO_COMMIT = 228c5e4cef8d2c6b22123542b4931f97a6996457 # 304 + 1 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'