diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-11-07 12:23:51 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-11-07 13:29:37 +0300 |
commit | 338da9a169aaa11be7fa8ca7e6ca87d783a2f75c (patch) | |
tree | 9eb59d6d053cd9ee5cb51146b92ca3cd16515fbb /contrib/restricted/boost/asio/ya.make | |
parent | a454f5fbc2c79ea1f8e9ca584d888a57f535c8f3 (diff) | |
download | ydb-338da9a169aaa11be7fa8ca7e6ca87d783a2f75c.tar.gz |
Update contrib/restricted/boost/asio to 1.82.0
commit_hash:6f5e0002557289d16812809c88c0756d4775bd44
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 53948d3850..0a481235b0 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.81.0) +VERSION(1.82.0) -ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.81.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.82.0.tar.gz) PEERDIR( contrib/libs/openssl |