From 73fc3228d3f5fae9879ed7d401ba0ddd97bdf29e Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 5 Oct 2023 02:17:22 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to da4d19f5740b71616e5cecb74d270c42 Closes #717 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c9c33c..71d883b 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 = 03d004dc95b75ab9fc92176a04cd9c1983f7edfa # 301 + 45 commits +COCKPIT_REPO_COMMIT = da4d19f5740b71616e5cecb74d270c42dced7caf # 301 + 77 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'