package/lmdb: bump to version 0.9.33

switch site to git.openldap.org

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2024-09-07 09:22:53 +02:00 committed by Thomas Petazzoni
parent 8331fb0592
commit ed2013938f
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,3 @@
# Locally computed
sha256 dd70a8c67807b3b8532b3e987b0a4e998962ecc28643e1af5ec77696b081c9b0 lmdb-0.9.31.tar.gz
sha256 d19d52725800177b89d235161c0af8ae8b2932207e3c9eb87e95b61f1925206d openldap-LMDB_0.9.33.tar.bz2
sha256 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569 libraries/liblmdb/LICENSE

View file

@ -4,8 +4,9 @@
#
################################################################################
LMDB_VERSION = 0.9.31
LMDB_SITE = $(call github,LMDB,lmdb,LMDB_$(LMDB_VERSION))
LMDB_VERSION = 0.9.33
LMDB_SOURCE = openldap-LMDB_$(LMDB_VERSION).tar.bz2
LMDB_SITE = https://git.openldap.org/openldap/openldap/-/archive/LMDB_$(LMDB_VERSION)
LMDB_LICENSE = OLDAP-2.8
LMDB_LICENSE_FILES = libraries/liblmdb/LICENSE
LMDB_INSTALL_STAGING = YES