diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-16 21:56:04 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-16 22:43:51 +0300 |
commit | 83b85b0e958b424ae0c9863d6ea4ab03bf45ffb9 (patch) | |
tree | ddd06eee7f883d7231cd89e7208bf902ea6eeff2 | |
parent | 5166007ea1d3a17ab9aaf4759664274161d4dc0a (diff) | |
download | ydb-83b85b0e958b424ae0c9863d6ea4ab03bf45ffb9.tar.gz |
Intermediate changes
commit_hash:416c992fad14963a4469fc690253a3e4e9abd034
-rw-r--r-- | contrib/restricted/boost/locale/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/pool/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/serialization/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/thread/ya.make | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/contrib/restricted/boost/locale/ya.make b/contrib/restricted/boost/locale/ya.make index 4625eb30e1e..c219d302675 100644 --- a/contrib/restricted/boost/locale/ya.make +++ b/contrib/restricted/boost/locale/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.86.0) +VERSION(1.87.0) -ORIGINAL_SOURCE(https://github.com/boostorg/locale/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/locale/archive/boost-1.87.0.tar.gz) PEERDIR( contrib/libs/icu diff --git a/contrib/restricted/boost/pool/ya.make b/contrib/restricted/boost/pool/ya.make index c5d0ab1a08f..8773925a7d1 100644 --- a/contrib/restricted/boost/pool/ya.make +++ b/contrib/restricted/boost/pool/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.86.0) +VERSION(1.87.0) -ORIGINAL_SOURCE(https://github.com/boostorg/pool/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/pool/archive/boost-1.87.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/serialization/ya.make b/contrib/restricted/boost/serialization/ya.make index 7ae6949808e..b677edd6928 100644 --- a/contrib/restricted/boost/serialization/ya.make +++ b/contrib/restricted/boost/serialization/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.86.0) +VERSION(1.87.0) -ORIGINAL_SOURCE(https://github.com/boostorg/serialization/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/serialization/archive/boost-1.87.0.tar.gz) PEERDIR( contrib/restricted/boost/array diff --git a/contrib/restricted/boost/thread/ya.make b/contrib/restricted/boost/thread/ya.make index 26cf93eaccd..1549e1d4532 100644 --- a/contrib/restricted/boost/thread/ya.make +++ b/contrib/restricted/boost/thread/ya.make @@ -10,9 +10,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.86.0) +VERSION(1.87.0) -ORIGINAL_SOURCE(https://github.com/boostorg/thread/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/thread/archive/boost-1.87.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |