From 4b0bfc76483d55d236541e8f7597f543b375ac33 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 11 May 2023 02:24:42 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to da5abbb4245b0455cc8b610efe01e684 Closes #649 (cherry picked from commit b3e97c711cadd0119a4ccef56ba030e6becd2aaf) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d9a7fe..1c7b96f 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 = 947f1753867e3924b9617aaace936225fd6022e7 # 291 + 2 commits +COCKPIT_REPO_COMMIT = da5abbb4245b0455cc8b610efe01e684355b2393 # 291 + 73 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'