diff options
author | robot-piglet <[email protected]> | 2024-12-16 21:24:13 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2024-12-16 22:09:08 +0300 |
commit | 5166007ea1d3a17ab9aaf4759664274161d4dc0a (patch) | |
tree | 2385544ee71579c90510ae6b2ef6cbe3cbda5b1a | |
parent | 2028f5514279746cb89b56837132208451fcf8e3 (diff) |
Intermediate changes
commit_hash:031d276f465e3c98e15c4ef184248312637b1c8b
-rw-r--r-- | contrib/restricted/boost/format/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/phoenix/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/preprocessor/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/range/ya.make | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/contrib/restricted/boost/format/ya.make b/contrib/restricted/boost/format/ya.make index b30ae9ca383..1fa36671f8a 100644 --- a/contrib/restricted/boost/format/ya.make +++ b/contrib/restricted/boost/format/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/format/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/format/archive/boost-1.87.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/phoenix/ya.make b/contrib/restricted/boost/phoenix/ya.make index eacc40c31e6..a16955ff0bd 100644 --- a/contrib/restricted/boost/phoenix/ya.make +++ b/contrib/restricted/boost/phoenix/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/phoenix/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/phoenix/archive/boost-1.87.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/preprocessor/ya.make b/contrib/restricted/boost/preprocessor/ya.make index 25ea364b248..3336f4e7513 100644 --- a/contrib/restricted/boost/preprocessor/ya.make +++ b/contrib/restricted/boost/preprocessor/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/preprocessor/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/preprocessor/archive/boost-1.87.0.tar.gz) ADDINCL( GLOBAL contrib/restricted/boost/preprocessor/include diff --git a/contrib/restricted/boost/range/ya.make b/contrib/restricted/boost/range/ya.make index 2f304b5bc57..a29289b9a64 100644 --- a/contrib/restricted/boost/range/ya.make +++ b/contrib/restricted/boost/range/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/range/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/range/archive/boost-1.87.0.tar.gz) PEERDIR( contrib/restricted/boost/array |