From 0fd452e023218373914b39bf2041cb553c8eb158 Mon Sep 17 00:00:00 2001 From: c8ef Date: Mon, 20 May 2024 15:12:35 +0800 Subject: [PATCH] Update taskflow to 3.7.0 (#4084) --- packages/t/taskflow/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/t/taskflow/xmake.lua b/packages/t/taskflow/xmake.lua index 76ace0007..4db6cd362 100644 --- a/packages/t/taskflow/xmake.lua +++ b/packages/t/taskflow/xmake.lua @@ -7,6 +7,7 @@ package("taskflow") add_urls("https://github.com/taskflow/taskflow.git") add_urls("https://github.com/taskflow/taskflow/archive/$(version).tar.gz") + add_versions("v3.7.0", "788b88093fb3788329ebbf7c7ee05d1f8960d974985a301798df01e77e04233b") add_versions("v3.6.0", "5a1cd9cf89f93a97fcace58fd73ed2fc8ee2053bcb43e047acb6bc121c3edf4c") add_versions("v3.5.0", "33c44e0da7dfda694d2b431724d6c8fd25a889ad0afbb4a32e8da82e2e9c2a92") add_versions("v3.4.0", "8f449137d3f642b43e905aeacdf1d7c5365037d5e1586103ed4f459f87cecf89")