From 5fe2c956583da6f5c663f465434d47758edd0ec4 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 7 Sep 2023 02:13:04 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 280d74e6fb6efd0f46224f273caf2854 Closes #695 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7746fd4..b956c2a 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 = 9a2a4d94269561ad6fce5501eece6d84ae085476 # 299 + 41 commits +COCKPIT_REPO_COMMIT = 280d74e6fb6efd0f46224f273caf28543a2194da # 300 + 2 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'