meson: Add tag regex for subproject wrap auto-updater

This commit is contained in:
mborgerson
2025-04-26 16:13:13 -07:00
committed by GitHub
parent 1e1ef6fbb9
commit c4b554fd80
2 changed files with 9 additions and 3 deletions
+6 -3
View File
@@ -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\.]+$
+3
View File
@@ -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\.]+$