From 4a40a305bd3a16e6db3547080b547c049dc644e6 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 25 Jul 2024 02:29:23 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to f2ce187582a17144e3b90a6a8e09daea Closes #672 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c1f460c..3aa9e31a 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 0b215006ecc7daadcaf341ea1bd7b1bcaf0c3c7a # 321 + 67 commits +COCKPIT_REPO_COMMIT = f2ce187582a17144e3b90a6a8e09daea28c05284 # 321 + 78 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'