mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[leveldb] Fix homepage (#23180)
Follow up to commit 578139ece7
, which
changed the upstream.
This commit is contained in:
parent
6a67b165a8
commit
a81c4838bc
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "leveldb",
|
||||
"version-string": "1.22",
|
||||
"port-version": 4,
|
||||
"version": "1.22",
|
||||
"port-version": 5,
|
||||
"description": "LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.",
|
||||
"homepage": "https://github.com/bitcoin-core/leveldb",
|
||||
"homepage": "https://github.com/google/leveldb",
|
||||
"license": "BSD-3-Clause",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
|
@ -3314,7 +3314,7 @@
|
||||
},
|
||||
"leveldb": {
|
||||
"baseline": "1.22",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"levmar": {
|
||||
"baseline": "2.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2ca11f66c6efa417b28755759b6c67670524f532",
|
||||
"version": "1.22",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "c41d96d2e0f6f6301e2370bc00fa7390cdd94330",
|
||||
"version-string": "1.22",
|
||||
|
Loading…
Reference in New Issue
Block a user