diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-20 13:57:15 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-20 14:04:44 +0300 |
commit | 03837d87fc0f9df69a0dfbd9ce756e728c5a0541 (patch) | |
tree | 5730b5f8979eea832f329435dd876073222b7a2b | |
parent | 68f292c9fcd6d816625a7c190f48e62e96026614 (diff) | |
download | ydb-03837d87fc0f9df69a0dfbd9ce756e728c5a0541.tar.gz |
Update contrib/restricted/boost/crc to 1.85.0
2f34ef14ba79b52dc615c096f767bc5ae0308249
-rw-r--r-- | contrib/restricted/boost/crc/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/crc/ya.make b/contrib/restricted/boost/crc/ya.make index 6ff76e011c..fb251cd435 100644 --- a/contrib/restricted/boost/crc/ya.make +++ b/contrib/restricted/boost/crc/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/crc/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/crc/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/array |