From 8163dbfc487d7300fc0e09a5f311c588f3ab00cf Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 12 Oct 2023 02:16:48 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 953a6eeb9be2b6cd1c5c95fce7c0db19 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d132d131..c5e0d567b 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 9ee07a9856d6800f0c52ebe75b8b97e034199406 # 301 + PF5.1 +COCKPIT_REPO_COMMIT = 953a6eeb9be2b6cd1c5c95fce7c0db19749bc72f # 302 + 21 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'