From 8f9d7bb636d293279df4717930282356c91a1de7 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 20 Jul 2023 02:27:41 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 4693a536e3262d3254d848daed251ef3 Closes #676 (cherry picked from commit 36fc246711a7c287c32d211b5be61d07a2cbc2e6) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dda5482..8e86f47 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 = 1336ce350d88d385870ba56405136df7a55ae73f # 296 +COCKPIT_REPO_COMMIT = 4693a536e3262d3254d848daed251ef385ae5017 # 296 + 30 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'