diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-15 13:25:01 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-15 13:35:49 +0300 |
commit | 8106286fcef7f3166a73af641983ed986f1d5d34 (patch) | |
tree | a4f5fdf2c8545a4c8b1b5113937f5d294dc93840 | |
parent | 22d7f650080ab2127ef3a6dc00d9a31273ccc160 (diff) | |
download | ydb-8106286fcef7f3166a73af641983ed986f1d5d34.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/restricted/boost/any/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/bimap/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/multi_index/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/variant/ya.make | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/contrib/restricted/boost/any/ya.make b/contrib/restricted/boost/any/ya.make index f2648ff609..fda34f876d 100644 --- a/contrib/restricted/boost/any/ya.make +++ b/contrib/restricted/boost/any/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/any/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/any/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/bimap/ya.make b/contrib/restricted/boost/bimap/ya.make index b6ba3a1c3e..fec61e7a53 100644 --- a/contrib/restricted/boost/bimap/ya.make +++ b/contrib/restricted/boost/bimap/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/bimap/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/bimap/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/concept_check diff --git a/contrib/restricted/boost/multi_index/ya.make b/contrib/restricted/boost/multi_index/ya.make index 716e6f6a5e..0d871827f9 100644 --- a/contrib/restricted/boost/multi_index/ya.make +++ b/contrib/restricted/boost/multi_index/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/multi_index/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/multi_index/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/variant/ya.make b/contrib/restricted/boost/variant/ya.make index 3bb083267a..89a9560871 100644 --- a/contrib/restricted/boost/variant/ya.make +++ b/contrib/restricted/boost/variant/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/variant/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/variant/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |