[Rocksdb] update to 9.2.1 (#39406)

This commit is contained in:
c8ef 2024-06-21 02:40:01 +08:00 committed by GitHub
parent bc104c8f14
commit 3ccaadb794
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 f7c0aade6b9162c358de2c86ff31498ce771635b364262a80027ac4af9288acd53e9a753dbd40b12c3ad9e441ed824a36408262e0d62ab3191ba9c4b137efeb9
SHA512 5bfe6a0e66d210121364b34630fc98cab5878b82761ab338cfaaa2cb543064f0e2abd98bb4cb087b2baf7582afa041e293eceb5c30e85e43f3ca1a3dcb36ab37
HEAD_REF main
PATCHES
0001-fix-dependencies.patch

View File

@ -1,6 +1,6 @@
{
"name": "rocksdb",
"version": "9.1.0",
"version": "9.2.1",
"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

@ -7789,7 +7789,7 @@
"port-version": 0
},
"rocksdb": {
"baseline": "9.1.0",
"baseline": "9.2.1",
"port-version": 0
},
"rpclib": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bcb8943fbea96acf609beedb6a193ffb10978cc8",
"version": "9.2.1",
"port-version": 0
},
{
"git-tree": "1460212626dfc8413dd4452c20f1c068acaacb29",
"version": "9.1.0",