From 3af6a964a6ecc9afe245f47aa08d3b2596e293fd Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 18 Jul 2024 02:27:52 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 516c15509f33d15827decc4e0cdf97b7 Closes #929 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c416500..5038496d 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 9ea719c2856a244c9e057c2767726c9f5d85da00 # 321 + 3 commits +COCKPIT_REPO_COMMIT = 516c15509f33d15827decc4e0cdf97b7acea5e19 # 321 + 36 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'