diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-04-15 12:30:02 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-04-15 12:50:11 +0300 |
commit | 3920f7b2a13f36e695cbac980f817cc036c9f2c7 (patch) | |
tree | ee67eb304984b8370e15c088726937906d3307f6 /contrib/restricted/boost/asio/ya.make | |
parent | e6558ec33cb53027bbab8d213015113b7f15be4e (diff) | |
download | ydb-3920f7b2a13f36e695cbac980f817cc036c9f2c7.tar.gz |
Update contrib/restricted/boost/asio to 1.72.0
e5cceab5ed2f7b11cd8f2f777ab3be91910b28a0
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 00f126b4df..986e4275ae 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.71.0) +VERSION(1.72.0) -ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.71.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.72.0.tar.gz) PEERDIR( contrib/libs/openssl |