From f3665017a1eeb030addbef7137809f030790e33e Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 5 Jun 2025 03:10:16 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 37bf0b9cdffcdf67e6ff5e0363f592b3 Closes #1173 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c00082b..9623e91 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 = 82e2dedbfae08d00428c4a100a53cbea3b077d23 # 339 + 16 commits +COCKPIT_REPO_COMMIT = 37bf0b9cdffcdf67e6ff5e0363f592b3a5a66e83 # 340 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'