aedi: update moltenvk to 1.1.9

This commit is contained in:
alexey.lysiuk 2022-04-16 15:20:45 +03:00
parent 720421bef7
commit 15ae5512f6
1 changed files with 2 additions and 2 deletions

View File

@ -284,8 +284,8 @@ class MoltenVKTarget(MakeTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.8.tar.gz',
'f316c814d0cb6d60a0e8ad164d8cafa64010dee9dd41748b038b6b67fa40f08a')
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.9.tar.gz',
'ea455a14decb85ec4bc66ffd2b963492afa7b53297b7064a11ca47ca8d2464ea')
def detect(self, state: BuildState) -> bool:
return state.has_source_file('MoltenVKPackaging.xcodeproj')