diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-15 13:52:47 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-15 16:10:34 +0300 |
commit | f6630540a9aa423f65ada97d53183d25c7ecaaf0 (patch) | |
tree | b7c66efda50d01125105c9c49958c5a930c50f9a /contrib/restricted/boost/describe/ya.make | |
parent | f364ccb4b0a2bff6936436eb8a9e3b1e8cd4d4dd (diff) | |
download | ydb-f6630540a9aa423f65ada97d53183d25c7ecaaf0.tar.gz |
Update contrib/restricted/boost/describe to 1.83.0
Diffstat (limited to 'contrib/restricted/boost/describe/ya.make')
-rw-r--r-- | contrib/restricted/boost/describe/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/describe/ya.make b/contrib/restricted/boost/describe/ya.make index f6ecfb95f7..e51263047a 100644 --- a/contrib/restricted/boost/describe/ya.make +++ b/contrib/restricted/boost/describe/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.82.0) +VERSION(1.83.0) -ORIGINAL_SOURCE(https://github.com/boostorg/describe/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/describe/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/mp11 |