From adba0d79ac5791a84edd2ed217cf3f2d0df07374 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 5 Dec 2024 02:58:00 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 1ada2a5cc05f8f67d590ec79f2e12b74 Closes #1048 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b962445..ca05b0c 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 7090fab7372ef7e87e508d207e6468ba76983f9f # 329 + 58 commits +COCKPIT_REPO_COMMIT = 1ada2a5cc05f8f67d590ec79f2e12b741c505c59 # 330 + 3 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'