From 95f10dd57f782a40a17fd9576355725b1590b0cb Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 15 Feb 2025 13:44:20 +0000 Subject: [PATCH] lmdb: Update to 0.9.31 and fix GitHub URL Signed-off-by: Michael Tremer --- lmdb/lmdb.nm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lmdb/lmdb.nm b/lmdb/lmdb.nm index cc63fab52..3d9505e0c 100644 --- a/lmdb/lmdb.nm +++ b/lmdb/lmdb.nm @@ -4,7 +4,7 @@ ############################################################################### name = lmdb -version = 0.9.29 +version = 0.9.31 release = 1 thisapp = LMDB_%{version} @@ -21,10 +21,13 @@ description to the size of the virtual address space. end -source_dl = https://git.openldap.org/openldap/openldap/-/archive +# This project is hosted on GitHub +github_organization = LMDB + +source_dl = %{github_tag_url} build - DIR_APP = %{DIR_SRC}/openldap-LMDB_%{version}-8ad7be2510414b9506ec9f9e24f24d04d9b04a1a/libraries/liblmdb + DIR_APP = %{DIR_SRC}/lmdb-%{thisapp}/libraries/liblmdb prepare_cmds sed -i "%{DIR_SOURCE}/lmdb.pc" \ -- 2.47.3