From bbd348359b19567809bbffea7438d37d55be8166 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 25 Sep 2020 22:36:54 +0800 Subject: update readme --- README.md | 2 +- README_zh.md | 2 +- 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") -- cgit v1.3.1