Skip to content

Commit

Permalink
[lmdb] Update, use official gitlab (microsoft#40272)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Aug 5, 2024
1 parent fa4c382 commit 9cf4b6f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 4 additions & 3 deletions ports/lmdb/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
vcpkg_from_github(
vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH
REPO LMDB/lmdb
GITLAB_URL https://git.openldap.org
REPO openldap/openldap
REF "LMDB_${VERSION}"
SHA512 a5763ff94af0b5bbc2406c52890797e6232e77593bacdb240441ed30c8634e4e6de6eba206880475544e21561ccd0be2dee16733d6ec35483eb1dbbb81913a8d
SHA512 57404b35adb5136fcdf60552c2dd2626b9753868f2707d3279725e08145cee3be0d311189b2c6ef6879f25cf09962e6b423c70c8a2e09ef1b368948e873d92b5
HEAD_REF master
PATCHES
getopt-win32.diff
Expand Down
2 changes: 1 addition & 1 deletion ports/lmdb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lmdb",
"version": "0.9.31",
"version": "0.9.33",
"description": "LMDB is an extraordinarily fast, memory-efficient database",
"homepage": "https://github.com/LMDB/lmdb",
"license": "OLDAP-2.8",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5469,7 +5469,7 @@
"port-version": 1
},
"lmdb": {
"baseline": "0.9.31",
"baseline": "0.9.33",
"port-version": 0
},
"lockpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lmdb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "31e21b61b53be44a1b5866b69a90165fc04640dc",
"version": "0.9.33",
"port-version": 0
},
{
"git-tree": "3a13501d369f479e4b9a5e14c3f75022c07a18dd",
"version": "0.9.31",
Expand Down

0 comments on commit 9cf4b6f

Please sign in to comment.