diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-04 13:26:22 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-04 13:45:55 +0300 |
commit | d1e3effb650d94ba20fb69251fa1933466ef9203 (patch) | |
tree | a9d54173751d77ba2dd6dcf40bd50b0770d063f7 /contrib/restricted/boost/asio/ya.make | |
parent | 9ad040443a9cc6fa9aaa5804030e49dcbf21c011 (diff) | |
download | ydb-d1e3effb650d94ba20fb69251fa1933466ef9203.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 |