Skip to content

Commit

Permalink
Update hunter to v0.25.3-qdrvm7
Browse files Browse the repository at this point in the history
* Updates rocksdb to 9.0.0
* Libp2p to 0.1.19
* Soralog to 0.2.3
* Benchmark to 1.8.3
  • Loading branch information
kamilsa committed Apr 9, 2024
1 parent d0de7d0 commit 13b95c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@ hunter_config(

hunter_config(
benchmark
URL https://github.com/google/benchmark/archive/refs/tags/v1.7.1.zip
SHA1 988246a257b0eeb1a8b112cff6ab3edfbe162912
URL https://github.com/google/benchmark/archive/refs/tags/v1.8.3.zip
SHA1 bf9870756ee3f8d2d3b346b24ee3600a41c74d3d
CMAKE_ARGS BENCHMARK_ENABLE_TESTING=OFF
)

hunter_config(
soralog
VERSION 0.2.2
VERSION 0.2.3
KEEP_PACKAGE_SOURCES
)

hunter_config(
libp2p
VERSION 0.1.18
VERSION 0.1.19
KEEP_PACKAGE_SOURCES
)

hunter_config(
rocksdb
VERSION 8.0.0
VERSION 9.0.0
CMAKE_ARGS WITH_GFLAGS=OFF
)

Expand Down
4 changes: 2 additions & 2 deletions cmake/Hunter/hunter-gate-url.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HunterGate(
URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm5.zip
SHA1 ae75fdf1850bd21dead239b8580012b6091be855
URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm7.zip
SHA1 be5869134ef7448fe2420d60dbb9706596b1b8bd
LOCAL
)

0 comments on commit 13b95c3

Please sign in to comment.