aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/xxhash/ya.make
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-08-11 00:10:17 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-08-11 01:27:23 +0300
commit33235edbd06ce6e3968605e269f60ad5caaecdd7 (patch)
tree503da571707a72fc37cc47890d7722b26c77c156 /contrib/libs/xxhash/ya.make
parent28f697a118317926707211701d4152920ea78a4c (diff)
downloadydb-33235edbd06ce6e3968605e269f60ad5caaecdd7.tar.gz
Update contrib/libs/xxhash to 0.8.2
Diffstat (limited to 'contrib/libs/xxhash/ya.make')
-rw-r--r--contrib/libs/xxhash/ya.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/xxhash/ya.make b/contrib/libs/xxhash/ya.make
index d1b2b97fdf..3ab278a668 100644
--- a/contrib/libs/xxhash/ya.make
+++ b/contrib/libs/xxhash/ya.make
@@ -2,14 +2,14 @@
LIBRARY()
-VERSION(0.8.0)
-
-ORIGINAL_SOURCE(https://github.com/Cyan4973/xxHash/archive/v0.8.0.tar.gz)
-
LICENSE(BSD-2-Clause)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
+VERSION(0.8.2)
+
+ORIGINAL_SOURCE(https://github.com/Cyan4973/xxHash/archive/v0.8.2.tar.gz)
+
NO_COMPILER_WARNINGS()
NO_RUNTIME()