Makefile: Update Cockpit lib to 1336ce350d88d385870ba56405136df7

Closes #673

(cherry picked from commit ee9ab10aeb)
This commit is contained in:
Cockpit Project 2023-07-13 02:54:48 +00:00 committed by Justin Stephenson
parent cba99b097a
commit 73ac17ce03

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 = 3d2d07cb751b141b6bd6ee9a3d4230815eb6dad9 # 295 + 1 commits COCKPIT_REPO_COMMIT = 1336ce350d88d385870ba56405136df7a55ae73f # 296
$(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}'