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.5
This commit is contained in:
parent
b56e042955
commit
de7524107d
1 changed files with 2 additions and 2 deletions
|
@ -288,8 +288,8 @@ class MoltenVKTarget(MakeTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.4.tar.gz',
|
||||
'f9bba6d3bf3648e7685c247cb6d126d62508af614bc549cedd5859a7da64967e')
|
||||
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.5.tar.gz',
|
||||
'2cdcb8dbf2acdcd8cbe70b109dadc05a901038c84970afbe4863e5e23f33deae')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('MoltenVKPackaging.xcodeproj')
|
||||
|
|
Loading…
Reference in a new issue