From fbc0a542f766e995b04f63ac3b42f20f00e571cb Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Wed, 17 May 2023 03:37:10 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 68980cd34568a52bc0e2000d79ff0dd8 Closes #651 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41cf1a1..ab5fa8c 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = da5abbb4245b0455cc8b610efe01e684355b2393 # 291 + 73 commits +COCKPIT_REPO_COMMIT = 68980cd34568a52bc0e2000d79ff0dd823762a87 # 292 + 6 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'