From 60804f0fbe09d10cde95a33715fb2cd2f44d04d4 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 20 Apr 2023 08:30:22 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 52ffd30cc308847d6768bcc52c16d567 Closes #644 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abaa718..ec69a45 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 6073b2703acd68e216bd9dbc116c30d2d7a9701c # 288.1 + esbuild plugin updates +COCKPIT_REPO_COMMIT = 52ffd30cc308847d6768bcc52c16d567b0ce5a97 # 290 + 13 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'