Makefile: Update Cockpit lib to 1b2e187212f1497b21a6c0c0760652da

Closes #998
This commit is contained in:
Cockpit Project 2024-10-10 02:43:24 +00:00 committed by Martin Pitt
parent 472a7aa09e
commit 9db9acf29d

View file

@ -33,7 +33,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 = 2ba803af0119b100dfa625e143cba8d5b57a949c # 325 + 60 commits COCKPIT_REPO_COMMIT = 1b2e187212f1497b21a6c0c0760652da272b3905 # 326
$(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}'