internal/rosa/azalea: replace binding token

This replaces the '*' placeholder with a less confusing '#'.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-24 16:18:19 +09:00
parent 689f972976
commit a3867ad65f
94 changed files with 185 additions and 185 deletions

View File

@@ -5,7 +5,7 @@ package spirv-headers {
// upstream changed version scheme, anitya incapable of filtering them
latest = anityaFilterSPIRV;
version* = "1.4.350.0";
version# = "1.4.350.0";
source = remoteGitHub {
suffix = "KhronosGroup/SPIRV-Headers";
tag = "vulkan-sdk-"+version;
@@ -24,7 +24,7 @@ package spirv-tools {
anitya = 14894;
latest = anityaFallback;
version* = "2026.1";
version# = "2026.1";
source = remoteGitHub {
suffix = "KhronosGroup/SPIRV-Tools";
tag = "v"+version;
@@ -51,7 +51,7 @@ package spirv-llvm-translator {
website = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator";
anitya = 227273;
version* = "22.1.2";
version# = "22.1.2";
source = remoteGitHub {
suffix = "KhronosGroup/SPIRV-LLVM-Translator";
tag = "v"+version;