mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: update moltenvk to 1.1.6
This commit is contained in:
parent
301de1d308
commit
2ff253b09f
1 changed files with 2 additions and 2 deletions
|
@ -289,8 +289,8 @@ class MoltenVKTarget(MakeTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.5.tar.gz',
|
||||
'2cdcb8dbf2acdcd8cbe70b109dadc05a901038c84970afbe4863e5e23f33deae')
|
||||
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.6.tar.gz',
|
||||
'b60df3ac93b943eb14377019445533b5c451fffd6b1df86187b1b9ac7d6dba6b')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('MoltenVKPackaging.xcodeproj')
|
||||
|
|
Loading…
Reference in a new issue