diff --git a/subprojects/SPIRV-Reflect.wrap b/subprojects/SPIRV-Reflect.wrap index bdc1486c5c..784ee56af5 100644 --- a/subprojects/SPIRV-Reflect.wrap +++ b/subprojects/SPIRV-Reflect.wrap @@ -1,4 +1,7 @@ [wrap-git] -url=https://github.com/KhronosGroup/SPIRV-Reflect -revision=vulkan-sdk-1.4.309.0 -depth=1 +url = https://github.com/KhronosGroup/SPIRV-Reflect +revision = vulkan-sdk-1.4.309.0 +depth = 1 + +[update] +tag_regex = ^(vulkan-sdk-)?[\d\.]+$ diff --git a/subprojects/glslang.wrap b/subprojects/glslang.wrap index 9aa182135a..96edb2d7ba 100644 --- a/subprojects/glslang.wrap +++ b/subprojects/glslang.wrap @@ -2,3 +2,6 @@ url=https://github.com/KhronosGroup/glslang revision=vulkan-sdk-1.4.309.0 depth=1 + +[update] +tag_regex = ^(vulkan-sdk-)?[\d\.]+$