From c7748400f542cd226621ee4b0bbf1c4ace9cd69e Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 1 May 2025 03:10:33 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 4fd28cd74d471a2254b72848e017e15a Closes #1150 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df38f3a..aa3b762 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 = 2248c46ff19ce77dbf12e4d7fc6af0e702072171 # 337 +COCKPIT_REPO_COMMIT = 4fd28cd74d471a2254b72848e017e15a0dba6c35 # 337 + 25 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'