summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-25 22:36:54 +0800
committerruki <[email protected]>2020-09-25 22:36:54 +0800
commitbbd348359b19567809bbffea7438d37d55be8166 (patch)
tree0b0653560e6b98e5addf2f3b051567de6df13f47
parent48b9dacbee9b6ddcdd5a8390550d1a3db0e4fada (diff)
update readme
-rw-r--r--README.md2
-rw-r--r--README_zh.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2f930ce45..c8c6e304d 100644
--- a/README.md
+++ b/README.md
@@ -258,7 +258,7 @@ Download and use packages in [xmake-repo](https://github.com/xmake-io/xmake-repo
```lua
add_requires("tbox >1.6.1", "libuv master", "vcpkg::ffmpeg", "brew::pcre2/libpcre2-8")
-add_requires("conan::OpenSSL/1.0.2n@conan/stable", {alias = "openssl", optional = true, debug = true})
+add_requires("conan::openssl/1.1.1g", {alias = "openssl", optional = true, debug = true})
target("test")
set_kind("binary")
add_files("src/*.c")
diff --git a/README_zh.md b/README_zh.md
index 9fa9dbf4e..5a41d8b4f 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -260,7 +260,7 @@ target("test")
```lua
add_requires("tbox >1.6.1", "libuv master", "vcpkg::ffmpeg", "brew::pcre2/libpcre2-8")
-add_requires("conan::OpenSSL/1.0.2n@conan/stable", {alias = "openssl", optional = true, debug = true})
+add_requires("conan::openssl/1.1.1g", {alias = "openssl", optional = true, debug = true})
target("test")
set_kind("binary")
add_files("src/*.c")