mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: update vulkan-loader to 1.3.296
This commit is contained in:
parent
b55057a162
commit
d35a724e31
1 changed files with 2 additions and 2 deletions
|
@ -387,13 +387,13 @@ class VulkanHeadersTarget(base.CMakeStaticDependencyTarget):
|
||||||
class VulkanLoaderTarget(base.CMakeStaticDependencyTarget):
|
class VulkanLoaderTarget(base.CMakeStaticDependencyTarget):
|
||||||
def __init__(self, name='vulkan-loader'):
|
def __init__(self, name='vulkan-loader'):
|
||||||
super().__init__(name)
|
super().__init__(name)
|
||||||
self.version = '1.3.290'
|
self.version = '1.3.296'
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
# Version should match with the current MoltenVK release
|
# Version should match with the current MoltenVK release
|
||||||
f'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v{self.version}.tar.gz',
|
f'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v{self.version}.tar.gz',
|
||||||
'a1f0d80c4ee448d4fa37d1d4a4c4cf1d6d0f5873d3ca6dffe2a9498e6e654142')
|
'682d5323cf31308402c888599b375ebf15810f95d6d1a08ad2f525766becf99b')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
|
Loading…
Reference in a new issue