diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-20 20:17:31 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-20 20:35:50 +0300 |
commit | aba305e93e6418824422481e9f966123dd5b2fbd (patch) | |
tree | c3e37dcafc9574912cba33336e3270442f35c513 /contrib | |
parent | 8dacf8da2cbbe8cb605a03c1c8ba429a42ca0bcc (diff) | |
download | ydb-aba305e93e6418824422481e9f966123dd5b2fbd.tar.gz |
Update contrib/restricted/boost/winapi to 1.85.0
26e9dff2b2495390abae72c58c4c1d548b201fdb
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/winapi/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/winapi/ya.make b/contrib/restricted/boost/winapi/ya.make index 24616a4ce9..0a4be90d97 100644 --- a/contrib/restricted/boost/winapi/ya.make +++ b/contrib/restricted/boost/winapi/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/winapi/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/winapi/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/config |