diff options
author | robot-piglet <[email protected]> | 2023-08-15 13:10:12 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2023-08-15 15:26:37 +0300 |
commit | 83bd95e896e785d5379bed229b3fb981ee2d1bdd (patch) | |
tree | a50404752dd56fd83c6171d77ba35ef71bc71048 /contrib | |
parent | eea430045a4ff81c4e59b342127de25e24439990 (diff) |
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/array/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/graph/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/tuple/ya.make | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/contrib/restricted/boost/array/ya.make b/contrib/restricted/boost/array/ya.make index 492051cfabd..2d66a090d54 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.82.0) +VERSION(1.83.0) -ORIGINAL_SOURCE(https://github.com/boostorg/array/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/array/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/graph/ya.make b/contrib/restricted/boost/graph/ya.make index adf54adbeea..bac89125683 100644 --- a/contrib/restricted/boost/graph/ya.make +++ b/contrib/restricted/boost/graph/ya.make @@ -10,9 +10,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.82.0) +VERSION(1.83.0) -ORIGINAL_SOURCE(https://github.com/boostorg/graph/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/graph/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/algorithm diff --git a/contrib/restricted/boost/tuple/ya.make b/contrib/restricted/boost/tuple/ya.make index be52e9cd8c1..4659037133b 100644 --- a/contrib/restricted/boost/tuple/ya.make +++ b/contrib/restricted/boost/tuple/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.82.0) +VERSION(1.83.0) -ORIGINAL_SOURCE(https://github.com/boostorg/tuple/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/tuple/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/config |