update async-simple to 1.3 (#3496)

* update async-simple tp 1.3

* Update xmake.lua

* Revert "Update xmake.lua"

This reverts commit 21bb8c7bb6.

---------

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/3500/head
c8ef 10 months ago committed by GitHub
parent ef4cfd00f7
commit 13e126cf6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/a/async_simple/xmake.lua

@ -5,9 +5,11 @@ package("async_simple")
set_license("Apache-2.0")
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")
add_versions("1.1", "32d1ea16dfc1741206b6e4a3fbe532eeb1c378619766c1abe11a9efc53109c10")
add_versions("1.2", "a59a2674ac2b0a3997b90873b2bf0fbe4d96fdedbe6a2628c16c92a65a3fa39a")
add_versions("1.3", "0ba0dc3397882611b538d04b8ee6668b1a04ce046128599205184c598b718743")
add_configs("aio", {description = "default not open aio", default = false, type = "boolean"})
add_configs("modules", {description = "default not use modules", default = false, type = "boolean"})

Loading…
Cancel
Save