[leveldb] Fix homepage (#23180)

Follow up to commit 578139ece7, which
changed the upstream.
This commit is contained in:
MacroFake 2022-02-22 21:13:26 +01:00 committed by GitHub
parent 6a67b165a8
commit a81c4838bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View File

@ -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": [

View File

@ -3314,7 +3314,7 @@
},
"leveldb": {
"baseline": "1.22",
"port-version": 4
"port-version": 5
},
"levmar": {
"baseline": "2.6",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2ca11f66c6efa417b28755759b6c67670524f532",
"version": "1.22",
"port-version": 5
},
{
"git-tree": "c41d96d2e0f6f6301e2370bc00fa7390cdd94330",
"version-string": "1.22",