Browse Source

update async-simple to 1.3 (#3496)

* update async-simple tp 1.3

* Update xmake.lua

* Revert "Update xmake.lua"

This reverts commit 21bb8c7bb66a86058fe057ddc46544b822322de8.

---------

Co-authored-by: star9029 <[email protected]>
c8ef 1 year ago
parent
commit
13e126cf6d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/a/async_simple/xmake.lua

+ 2 - 0
packages/a/async_simple/xmake.lua

@@ -5,9 +5,11 @@ package("async_simple")
     set_license("Apache-2.0")
     set_license("Apache-2.0")
 
 
     add_urls("https://github.com/alibaba/async_simple/archive/refs/tags/$(version).tar.gz",
     add_urls("https://github.com/alibaba/async_simple/archive/refs/tags/$(version).tar.gz",
+             "https://github.com/alibaba/async_simple/archive/refs/tags/v$(version).tar.gz",
              "https://github.com/alibaba/async_simple.git")
              "https://github.com/alibaba/async_simple.git")
     add_versions("1.1", "32d1ea16dfc1741206b6e4a3fbe532eeb1c378619766c1abe11a9efc53109c10")
     add_versions("1.1", "32d1ea16dfc1741206b6e4a3fbe532eeb1c378619766c1abe11a9efc53109c10")
     add_versions("1.2", "a59a2674ac2b0a3997b90873b2bf0fbe4d96fdedbe6a2628c16c92a65a3fa39a")
     add_versions("1.2", "a59a2674ac2b0a3997b90873b2bf0fbe4d96fdedbe6a2628c16c92a65a3fa39a")
+    add_versions("1.3", "0ba0dc3397882611b538d04b8ee6668b1a04ce046128599205184c598b718743")
 
 
     add_configs("aio", {description = "default not open aio", default = false, type = "boolean"})
     add_configs("aio", {description = "default not open aio", default = false, type = "boolean"})
     add_configs("modules", {description = "default not use modules", default = false, type = "boolean"})
     add_configs("modules", {description = "default not use modules", default = false, type = "boolean"})