mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 12:51:36 +00:00
aedi: update vulkan-loader to 1.3.280
This commit is contained in:
parent
517941cded
commit
c83af5e5f6
1 changed files with 2 additions and 2 deletions
|
@ -386,13 +386,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.275'
|
self.version = '1.3.280'
|
||||||
|
|
||||||
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',
|
||||||
'96dee7d8ccb08f2518e2b82f7a8ce84ffee511c96b16c83259fff87b6ee45232')
|
'eb0d9cae11b06eb7d306605b97bfefcd31d40def97c7617c765f73f7535e3853')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
|
Loading…
Reference in a new issue