From f43a7d006150e49a6955dbe9e5063933ba0e1354 Mon Sep 17 00:00:00 2001 From: Hoildkv <42310255+xq114@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:49:28 +0800 Subject: [PATCH] update ptex, qoi (#4495) * update ptex * update qoi --- packages/p/ptex/xmake.lua | 3 ++- packages/q/qoi/xmake.lua | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/p/ptex/xmake.lua b/packages/p/ptex/xmake.lua index 1846fe4e4..cab6ba3b5 100644 --- a/packages/p/ptex/xmake.lua +++ b/packages/p/ptex/xmake.lua @@ -4,11 +4,12 @@ package("ptex") set_description("Per-Face Texture Mapping for Production Rendering") 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") add_versions("v2.3.2", "30aeb85b965ca542a8945b75285cd67d8e207d23dbb57fcfeaab587bb443402b") add_versions("v2.4.1", "664253b84121251fee2961977fe7cf336b71cd846dc235cd0f4e54a0c566084e") add_versions("v2.4.2", "c8235fb30c921cfb10848f4ea04d5b662ba46886c5e32ad5137c5086f3979ee1") + add_versions("v2.4.3", "435aa2ee1781ff24859bd282b7616bfaeb86ca10604b13d085ada8aa7602ad27") add_deps("zlib") if is_plat("linux") then diff --git a/packages/q/qoi/xmake.lua b/packages/q/qoi/xmake.lua index 0e8f1e603..98a1ad6d0 100644 --- a/packages/q/qoi/xmake.lua +++ b/packages/q/qoi/xmake.lua @@ -8,6 +8,7 @@ package("qoi") add_urls("https://github.com/phoboslab/qoi.git") add_versions("2021.12.22", "44fe081388c60e7618f49486865b992e08ce4de4") add_versions("2022.11.17", "660839cb2c51d6b5f62221f8ef98662fd40e42d2") + add_versions("2024.03.18", "bf7b41c2ff3f24a2031193b62aa76d35e8842b5a") on_install(function (package) os.cp("qoi.h", package:installdir("include"))