From 3ebececfb3f3d9a0b5d0fbb9f8e6b800c0ffb314 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 27 Jun 2024 02:18:42 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to a4a114330b8e9d8d52ed514c97e92ec6 Closes #17 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80a834e..ccbb2e2 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 = 101c627f55a117a10b2ecd3e9bbc9da039dc6f2d # 313 + 7 commits +COCKPIT_REPO_COMMIT = a4a114330b8e9d8d52ed514c97e92ec60ed76f77 # 319 + 3 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'