diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-04 13:26:22 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:17:40 +0300 |
commit | 1426fda9f1c80647a1991dbe5b48c36a183b4d95 (patch) | |
tree | ce88fa2fadaaa7730b3b9b0feb8de6788c4d0954 /contrib/restricted/boost/asio/ya.make | |
parent | 35d174ba70b5db9da3d0e1d26cec71fab5a37363 (diff) | |
download | ydb-1426fda9f1c80647a1991dbe5b48c36a183b4d95.tar.gz |
Update contrib/restricted/boost/asio to 1.71.0
Diffstat (limited to 'contrib/restricted/boost/asio/ya.make')
-rw-r--r-- | contrib/restricted/boost/asio/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/asio/ya.make b/contrib/restricted/boost/asio/ya.make index 4fe8fe8d54..00f126b4df 100644 --- a/contrib/restricted/boost/asio/ya.make +++ b/contrib/restricted/boost/asio/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.70.0) +VERSION(1.71.0) -ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.70.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.71.0.tar.gz) PEERDIR( contrib/libs/openssl |