Jérôme Leclercq 5 miesięcy temu
rodzic
commit
2f821242df
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      packages/s/slang/xmake.lua

+ 3 - 3
packages/s/slang/xmake.lua

@@ -3,10 +3,10 @@ package("slang")
     set_description("Making it easier to work with shaders")
     set_description("Making it easier to work with shaders")
     set_license("MIT")
     set_license("MIT")
 
 
-    add_urls("https://github.com/shader-slang/slang.git")
+    add_urls("https://github.com/shader-slang/slang/archive/refs/tags/$(version).tar.gz",
+             "https://github.com/shader-slang/slang.git")
 
 
-    add_versions("v2024.1.18", "efdbb954c57b89362e390f955d45f90e59d66878")
-    add_versions("v2024.1.17", "62b7219e715bd4c0f984bcd98c9767fb6422c78f")
+    add_versions("v2025.6.2", 
 
 
     add_configs("shared", { description = "Build shared library", default = true, type = "boolean", readonly = true })
     add_configs("shared", { description = "Build shared library", default = true, type = "boolean", readonly = true })
     add_configs("embed_stdlib_source", { description = "Embed stdlib source in the binary", default = true, type = "boolean" })
     add_configs("embed_stdlib_source", { description = "Embed stdlib source in the binary", default = true, type = "boolean" })