diff options
author | robot-piglet <[email protected]> | 2023-08-17 19:41:01 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2023-08-17 21:39:03 +0300 |
commit | 859238ccef6b8fad5f04fde5a990513b90cbc489 (patch) | |
tree | f0663b33bdb69a31ff03e7c6a76d10c03ec6ed2c /contrib/restricted/boost/program_options | |
parent | 616db8ee0c6ea55843553ac48612cc9cceb8bd28 (diff) |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/program_options')
-rw-r--r-- | contrib/restricted/boost/program_options/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/program_options/ya.make b/contrib/restricted/boost/program_options/ya.make index 0390a784176..73d8bfc35e4 100644 --- a/contrib/restricted/boost/program_options/ya.make +++ b/contrib/restricted/boost/program_options/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/program_options/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/program_options/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/any |