diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-16 22:08:50 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-16 22:23:39 +0300 |
commit | 67fb733fcfe40bed2bb4a2d8139c44530f9bc4e0 (patch) | |
tree | 2e0a980258f6daec4484b4eeeeedb5465dad800d | |
parent | 18cb734172b1fbf4869b10cb6e483ba75aa6ecca (diff) | |
download | ydb-67fb733fcfe40bed2bb4a2d8139c44530f9bc4e0.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/restricted/boost/concept_check/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/dynamic_bitset/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/foreach/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/property_map/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/rational/ya.make | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/contrib/restricted/boost/concept_check/ya.make b/contrib/restricted/boost/concept_check/ya.make index 740bd68b0b..e0f069692d 100644 --- a/contrib/restricted/boost/concept_check/ya.make +++ b/contrib/restricted/boost/concept_check/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/concept_check/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/concept_check/archive/boost-1.84.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/dynamic_bitset/ya.make b/contrib/restricted/boost/dynamic_bitset/ya.make index c00249f54e..7b910ec2ba 100644 --- a/contrib/restricted/boost/dynamic_bitset/ya.make +++ b/contrib/restricted/boost/dynamic_bitset/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/dynamic_bitset/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/dynamic_bitset/archive/boost-1.84.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/foreach/ya.make b/contrib/restricted/boost/foreach/ya.make index 2226c4546f..ed7507c833 100644 --- a/contrib/restricted/boost/foreach/ya.make +++ b/contrib/restricted/boost/foreach/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/foreach/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/foreach/archive/boost-1.84.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/property_map/ya.make b/contrib/restricted/boost/property_map/ya.make index 04ddec5658..dd45bc4d74 100644 --- a/contrib/restricted/boost/property_map/ya.make +++ b/contrib/restricted/boost/property_map/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/property_map/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/property_map/archive/boost-1.84.0.tar.gz) PEERDIR( contrib/restricted/boost/any diff --git a/contrib/restricted/boost/rational/ya.make b/contrib/restricted/boost/rational/ya.make index 498e8c1810..e7f469dfff 100644 --- a/contrib/restricted/boost/rational/ya.make +++ b/contrib/restricted/boost/rational/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/rational/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/rational/archive/boost-1.84.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |