Makefile: Update Cockpit lib to 52ffd30cc308847d6768bcc52c16d567

Closes #644
This commit is contained in:
Cockpit Project 2023-04-20 08:30:22 +00:00
parent f69d6df1d9
commit 60804f0fbe

View file

@ -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}'