From 7347288e44a8ed0fca4b53e0364fa37227985a9a Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 26 Oct 2023 02:13:37 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 118d89a84afdccda8d799579b68fee28 Closes #731 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 678cc85..e68e2cd 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 = 5ac51ecd0d5c4739d0478bee88efb8fb06f0988e # 303 +COCKPIT_REPO_COMMIT = 118d89a84afdccda8d799579b68fee2808d96a30 # 303 + 38 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'