]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
lmdb: Update to 0.9.31 and fix GitHub URL
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Feb 2025 13:44:20 +0000 (13:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Feb 2025 13:44:20 +0000 (13:44 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lmdb/lmdb.nm

index cc63fab5220eb1da9b619fdcb6e7b2571c67b967..3d9505e0c19b5714f043cac2b9e054e68205aa34 100644 (file)
@@ -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" \