From 1ca0611312d79510b5f6675c1d2079a72bca1558 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 10 Aug 2023 02:29:05 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 4133eb93dc20f00db996d1fefdd5fcbf Closes #404 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 667b39ee..c676f92d 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = fabdc84bd6bb06454f7b472b523cea06d806cefc # 297 + PF5 final adjustments +COCKPIT_REPO_COMMIT = 4133eb93dc20f00db996d1fefdd5fcbfd1d6b320 # 298 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'