Makefile: Update Cockpit lib to a2a1f34d567de5fc512801018e15e6b6

Closes #642
This commit is contained in:
Martin Pitt 2023-04-20 08:01:24 +02:00
parent d44181a110
commit 061892fd80

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 = a2a1f34d567de5fc512801018e15e6b6810cf261 # 290
$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'