Makefile: Update Cockpit lib to ce07ea7372c63cefdb81954044e4477d

Closes #706
This commit is contained in:
Cockpit Project 2023-09-21 02:13:15 +00:00 committed by Martin Pitt
parent e65de63f7c
commit b4b27bb0e0

View file

@ -32,7 +32,7 @@ COCKPIT_REPO_FILES = \
$(NULL) $(NULL)
COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = 6022b0d0a7cbb4df3f7d3f48cf75ea2ea43fabaa # 301 + gettext-parser 7 adjustment COCKPIT_REPO_COMMIT = ce07ea7372c63cefdb81954044e4477d970520b8 # 301 + 2 commits
$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}' COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'