Browse Source

update workflow from v0.9.9 to v0.9.10 (#933)

Bradford Zhang 3 years ago
parent
commit
c26442655a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      packages/w/workflow/xmake.lua

+ 3 - 2
packages/w/workflow/xmake.lua

@@ -3,8 +3,9 @@ package("workflow")
     set_description("C++ Parallel Computing and Asynchronous Networking Engine")
     set_license("Apache-2.0")
 
-    add_urls("https://github.com/sogou/workflow.git")
-    add_versions("v0.9.9", "90cab0cb9a7567ac56a39ae2361d2dc1f4c3ee7b")
+    add_urls("https://github.com/sogou/workflow/archive/refs/tags/$(version).tar.gz",
+             "https://github.com/sogou/workflow.git")
+    add_versions("v0.9.10", "90cab0cb9a7567ac56a39ae2361d2dc1f4c3ee7b")
 
     add_configs("kafka", {description = "Use kafka protocol", default = false})