Skip to content

Commit

Permalink
Package rocksdb 8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroff committed Feb 9, 2024
1 parent 18bf83c commit c3231f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ hunter_default_version(re2 VERSION 2023.03.01)
hunter_default_version(readline VERSION 6.3)
hunter_default_version(recastnavigation VERSION 1.4-p0)
hunter_default_version(renderproto VERSION 0.11.1)
hunter_default_version(rocksdb VERSION 7.5.3)
hunter_default_version(rocksdb VERSION 8.10.0)
hunter_default_version(ros VERSION 1.14.6-p0)
hunter_default_version(ros_comm VERSION 1.14.3-p1)
hunter_default_version(ros_comm_msgs VERSION 1.11.2-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/rocksdb/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
rocksdb
VERSION
8.10.0
URL
"https://github.com/facebook/rocksdb/archive/refs/tags/v8.10.0.tar.gz"
SHA1
bf387f23287493c738d2b796b4adbd391255c03d
)

hunter_add_version(
PACKAGE_NAME
rocksdb
Expand Down

0 comments on commit c3231f4

Please sign in to comment.