mirror of https://github.com/xemu-project/xemu.git
meson: Add tag regex for auto-updater
This commit is contained in:
parent
1e1ef6fbb9
commit
f41d5ea3a1
|
@ -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\.]+$
|
||||
|
|
|
@ -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\.]+$
|
||||
|
|
Loading…
Reference in New Issue