aedi: update moltenvk to 1.1.7

This commit is contained in:
alexey.lysiuk 2022-02-08 09:37:01 +02:00
parent 0bbf888c02
commit eec1797dba

View file

@ -288,8 +288,8 @@ class MoltenVKTarget(MakeTarget):
def prepare_source(self, state: BuildState): def prepare_source(self, state: BuildState):
state.download_source( state.download_source(
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.6.tar.gz', 'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.7.tar.gz',
'b60df3ac93b943eb14377019445533b5c451fffd6b1df86187b1b9ac7d6dba6b') '657f8ccb5d51323c55ba64fa91da2e5ddb7326189b648f60f5e7323ddc21c42f')
def detect(self, state: BuildState) -> bool: def detect(self, state: BuildState) -> bool:
return state.has_source_file('MoltenVKPackaging.xcodeproj') return state.has_source_file('MoltenVKPackaging.xcodeproj')