From 5cb865dc072642153db1f45f69378abf6e8e9224 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 14 Sep 2023 02:13:08 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 9c73bec7e1dc2395a00aa0c510fd7210 Closes #697 (cherry picked from commit dfff5fc36497b7561e32d8040b81824c9b10fdc5) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55c057b..8d8c499 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 = 4133eb93dc20f00db996d1fefdd5fcbfd1d6b320 # 298 +COCKPIT_REPO_COMMIT = 9c73bec7e1dc2395a00aa0c510fd7210b6c96a16 # 300.1 + 42 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'