diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-04-15 18:14:20 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-04-15 18:33:19 +0300 |
commit | 3c122523a62d9e7e6a1ce8e0fcd1282b373aca34 (patch) | |
tree | 118d0957aa2cb8e34988c1c2492abb0c4c226608 /contrib/restricted/boost/asio/ya.make | |
parent | d7698e9e5e08496fbd0059d8f9b2341c9b9461d6 (diff) | |
download | ydb-3c122523a62d9e7e6a1ce8e0fcd1282b373aca34.tar.gz |
Update contrib/restricted/boost/asio to 1.73.0
fca1c123b7c6a5499dee6160cdf500cc7a7a2188
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 986e4275ae..8f36ad969c 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.72.0) +VERSION(1.73.0) -ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.72.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.73.0.tar.gz) PEERDIR( contrib/libs/openssl |