From ffbbf25e527d642508194c0ef993bde5c8359212 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Tue, 28 May 2024 13:59:16 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 039d48be65a3d39b36a5d21567e63c22 Closes #1656 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04cfd73ec..64dbc9d57 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 = 6bf8d112f5fe7cae9614cb5a1c586e33b27fe4d2 # 316 + 77 commits +COCKPIT_REPO_COMMIT = 039d48be65a3d39b36a5d21567e63c22bcdfad10 # 316 + 95 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'