forked from rosa/hakurei
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user