From 4595e3b9cfbdf6c91e25269607d64fe846d89d23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:57:00 +0200 Subject: [PATCH] Makefile: Update Cockpit lib to 82e2dedbfae08d00428c4a100a53cbea (#1167) Closes #1167 Co-authored-by: Cockpit Project --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99cb3c2..c00082b 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 = 09ebd7da87b5f6b584b8c553cd58181d84056b22 # 339 + 2 commits +COCKPIT_REPO_COMMIT = 82e2dedbfae08d00428c4a100a53cbea3b077d23 # 339 + 16 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'