|
@@ -3,11 +3,16 @@ package("vulkan-utility-libraries")
|
|
|
set_description("Utility libraries for Vulkan developers")
|
|
|
set_license("Apache-2.0")
|
|
|
|
|
|
- add_urls("https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.3.275.tar.gz",
|
|
|
- "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.3.268.tar.gz",
|
|
|
- "https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git")
|
|
|
+ add_urls("https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git")
|
|
|
+ add_urls("https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/$(version).tar.gz", {version = function (version)
|
|
|
+ local prefix = "sdk-"
|
|
|
+ if version:gt("1.3.261+1") then
|
|
|
+ prefix = "vulkan-sdk-"
|
|
|
+ end
|
|
|
+ return version:startswith("v") and version or prefix .. version:gsub("%+", ".")
|
|
|
+ end})
|
|
|
|
|
|
- add_versions("v1.3.281", "96d3ec7bda7b6e9fabbb471c570104a7b1cb56928d097dd0441c96129468b888")
|
|
|
+ add_versions("v1.3.283", "a446616dede2b0168726f4e1b51777ba5c20ec46c475b378e2c07fd4ab4375ee")
|
|
|
add_versions("v1.3.280", "075e13f2fdeeca3bb6fb39155c8cc345cf216ab93661549b1a33368aa28a9dea")
|
|
|
add_versions("v1.3.275", "96d3ec7bda7b6e9fabbb471c570104a7b1cb56928d097dd0441c96129468b888")
|
|
|
add_versions("v1.3.268", "990de84b66094b647ae420ba13356b79d69e1c6f95532f40466457d51a9d127d")
|