From f41d5ea3a1a2183311bfcbb54b699c6c6996bae1 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sat, 26 Apr 2025 16:11:20 -0700 Subject: [PATCH] meson: Add tag regex for auto-updater --- subprojects/SPIRV-Reflect.wrap | 9 ++++++--- subprojects/glslang.wrap | 3 +++ 2 files changed, 9 insertions(+), 3 deletions(-) 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\.]+$