From 6c2352f3ad85ce887961492d18a53b6d3ac4a6b2 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 6 Mar 2025 02:48:56 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 253d25bd92559dd05c31bd5d556946f1 Closes #1111 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca89ec2..d412ce2 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 = d504e916577bf30c3300b8167781f8a399bdc642 # 333 + 28 commits +COCKPIT_REPO_COMMIT = 253d25bd92559dd05c31bd5d556946f18674bf34 # 334 + 6 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'