2
0
Эх сурвалжийг харах

update ptex, qoi (#4495)

* update ptex

* update qoi
Hoildkv 1 жил өмнө
parent
commit
f43a7d0061

+ 2 - 1
packages/p/ptex/xmake.lua

@@ -4,11 +4,12 @@ package("ptex")
     set_description("Per-Face Texture Mapping for Production Rendering")
     set_description("Per-Face Texture Mapping for Production Rendering")
     set_license("BSD-3-Clause")
     set_license("BSD-3-Clause")
 
 
-    add_urls("https://github.com/wdas/ptex/archive/$(version).tar.gz",
+    add_urls("https://github.com/wdas/ptex/archive/refs/tags/$(version).tar.gz",
              "https://github.com/wdas/ptex.git")
              "https://github.com/wdas/ptex.git")
     add_versions("v2.3.2", "30aeb85b965ca542a8945b75285cd67d8e207d23dbb57fcfeaab587bb443402b")
     add_versions("v2.3.2", "30aeb85b965ca542a8945b75285cd67d8e207d23dbb57fcfeaab587bb443402b")
     add_versions("v2.4.1", "664253b84121251fee2961977fe7cf336b71cd846dc235cd0f4e54a0c566084e")
     add_versions("v2.4.1", "664253b84121251fee2961977fe7cf336b71cd846dc235cd0f4e54a0c566084e")
     add_versions("v2.4.2", "c8235fb30c921cfb10848f4ea04d5b662ba46886c5e32ad5137c5086f3979ee1")
     add_versions("v2.4.2", "c8235fb30c921cfb10848f4ea04d5b662ba46886c5e32ad5137c5086f3979ee1")
+    add_versions("v2.4.3", "435aa2ee1781ff24859bd282b7616bfaeb86ca10604b13d085ada8aa7602ad27")
 
 
     add_deps("zlib")
     add_deps("zlib")
     if is_plat("linux") then
     if is_plat("linux") then

+ 1 - 0
packages/q/qoi/xmake.lua

@@ -8,6 +8,7 @@ package("qoi")
     add_urls("https://github.com/phoboslab/qoi.git")
     add_urls("https://github.com/phoboslab/qoi.git")
     add_versions("2021.12.22", "44fe081388c60e7618f49486865b992e08ce4de4")
     add_versions("2021.12.22", "44fe081388c60e7618f49486865b992e08ce4de4")
     add_versions("2022.11.17", "660839cb2c51d6b5f62221f8ef98662fd40e42d2")
     add_versions("2022.11.17", "660839cb2c51d6b5f62221f8ef98662fd40e42d2")
+    add_versions("2024.03.18", "bf7b41c2ff3f24a2031193b62aa76d35e8842b5a")
 
 
     on_install(function (package)
     on_install(function (package)
         os.cp("qoi.h", package:installdir("include"))
         os.cp("qoi.h", package:installdir("include"))