[rocksdb] update to 9.7.2 (#41622)

This commit is contained in:
c8ef 2024-10-19 06:03:58 +08:00 committed by GitHub
parent 73232efa4f
commit 05c65f0fde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/rocksdb
REF "v${VERSION}"
SHA512 4e211fb6f2534ef8ccf71648c5a0fa8a16647d868ac3b62f68c6bd0b26abb6aae7e80c26bb9501faea6c9ac6dfc31e20d11a093695aa5ced3c9e8c2c04fcdb3d
SHA512 025fed24e4edf1043943d300e737f3a0fbf95edafc76a36806e8f13af95b6aa4971a277420922e6a0687a976328fac1db90e7cb5b3d4b741c2b156276cffdcbd
HEAD_REF main
PATCHES
0001-fix-dependencies.patch

View File

@ -1,6 +1,6 @@
{
"name": "rocksdb",
"version": "9.6.1",
"version": "9.7.2",
"description": "A library that provides an embeddable, persistent key-value store for fast storage",
"homepage": "https://github.com/facebook/rocksdb",
"license": "GPL-2.0-only OR Apache-2.0",

View File

@ -7937,7 +7937,7 @@
"port-version": 0
},
"rocksdb": {
"baseline": "9.6.1",
"baseline": "9.7.2",
"port-version": 0
},
"rpclib": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8ce8b6f1ccbf6bad527b66d963d04f24c7ebfded",
"version": "9.7.2",
"port-version": 0
},
{
"git-tree": "32a9555ab053c2799730d8bd8ebc92a199a7447f",
"version": "9.6.1",