diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-25 20:50:56 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-25 21:26:29 +0300 |
commit | ca87a49e5c6f504ec48c4c63644b79317b4a47c5 (patch) | |
tree | 6df240e1c58325002dbcfdeb85a0e6c4de6fc8bd | |
parent | 034ae0f5ffe0b6ca853d789fd6d1b63e530493f6 (diff) | |
download | ydb-ca87a49e5c6f504ec48c4c63644b79317b4a47c5.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/restricted/boost/array/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/chrono/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/describe/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/utility/ya.make | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/contrib/restricted/boost/array/ya.make b/contrib/restricted/boost/array/ya.make index 7e18e9c6afc..1c990965fe3 100644 --- a/contrib/restricted/boost/array/ya.make +++ b/contrib/restricted/boost/array/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/array/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/array/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/chrono/ya.make b/contrib/restricted/boost/chrono/ya.make index 0bb9d82d02f..f3ac96992bd 100644 --- a/contrib/restricted/boost/chrono/ya.make +++ b/contrib/restricted/boost/chrono/ya.make @@ -10,9 +10,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/chrono/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/chrono/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/describe/ya.make b/contrib/restricted/boost/describe/ya.make index b7a25b04a7f..3c01126fd0a 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.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/describe/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/describe/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/mp11 diff --git a/contrib/restricted/boost/utility/ya.make b/contrib/restricted/boost/utility/ya.make index c4ef4db25c0..94da4d7347c 100644 --- a/contrib/restricted/boost/utility/ya.make +++ b/contrib/restricted/boost/utility/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/utility/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/utility/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/config |