diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-28 09:22:17 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-28 09:34:21 +0300 |
commit | f76727099a283f0896df39bcfb3ec510edc7772a (patch) | |
tree | 81bf9c6a9163b1c72ba2fcf85afeffd7952e5feb /contrib/restricted/boost/atomic/ya.make | |
parent | 5469f9d2e058a0170d5aeba5c19099017be53c94 (diff) | |
download | ydb-f76727099a283f0896df39bcfb3ec510edc7772a.tar.gz |
Update contrib/restricted/boost/atomic to 1.85.0
afbc01f7efcdebf981bb4d24dbb079108d7c3592
Diffstat (limited to 'contrib/restricted/boost/atomic/ya.make')
-rw-r--r-- | contrib/restricted/boost/atomic/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/atomic/ya.make b/contrib/restricted/boost/atomic/ya.make index beac80ecb1..8151509c51 100644 --- a/contrib/restricted/boost/atomic/ya.make +++ b/contrib/restricted/boost/atomic/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/atomic/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/atomic/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/align |