From 5e23609b12fb356d41f6512f1d5a8100706d0c19 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Tue, 19 Nov 2024 14:44:43 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 663f73d49f329cc6f00946bc461574fc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d42e3206..58ad7088 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = b0e82161b4afcb9f0a6fddd8ff94380e983b2238 # 328 + 23 commits +COCKPIT_REPO_COMMIT = 663f73d49f329cc6f00946bc461574fc60550988 # 328 + 58 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'