From b9caec1827b067341dea4225f6a6d9a4c42dcace Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 6 Feb 2025 02:40:45 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 1cc67cefe33c58b33016655f329a1b3f Closes #1091 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b15d7b3..e938f59 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 = f05981311645107ac622bd16e702f84368bf0736 # 332 + 4 commits +COCKPIT_REPO_COMMIT = 1cc67cefe33c58b33016655f329a1b3f26a5bbf0 # 332 + 36 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'