meson: Add tag regex for auto-updater

This commit is contained in:
Matt Borgerson 2025-04-26 16:11:20 -07:00
parent 1e1ef6fbb9
commit f41d5ea3a1
2 changed files with 9 additions and 3 deletions

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\.]+$

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\.]+$