updater-lmdb-0.9.33 — lmdb → 0.9.33 (#12555)

* Add unbuilt lmdb to updater-lmdb-0.9.33

* updater-lmdb-0.9.33: Build Run on linux/386.

* updater-lmdb-0.9.33: Build Run on linux/amd64.

* updater-lmdb-0.9.33: Build Run on linux/arm/v7.

* updater-lmdb-0.9.33: Package File Update Run on linux/386 container.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-17 20:54:46 -05:00
committed by GitHub
parent 5fe1f48d84
commit 44f856f984
4 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
# Total size: 1798884
/usr/local/bin/mdb_copy
/usr/local/bin/mdb_dump
/usr/local/bin/mdb_load

View File

@@ -1,3 +1,4 @@
# Total size: 1679640
/usr/local/bin/mdb_copy
/usr/local/bin/mdb_dump
/usr/local/bin/mdb_load

View File

@@ -1,3 +1,4 @@
# Total size: 1825822
/usr/local/bin/mdb_copy
/usr/local/bin/mdb_dump
/usr/local/bin/mdb_load

View File

@@ -6,22 +6,22 @@ require 'package'
class Lmdb < Package
description 'Symas Lightning Memory-Mapped Database'
homepage 'https://www.symas.com/mdb'
version '0.9.32'
version '0.9.33'
license 'OpenLDAP Public License'
compatibility 'all'
source_url "https://git.openldap.org/openldap/openldap/-/archive/LMDB_#{version}/openldap-LMDB_#{version}.tar.gz"
source_sha256 '70d553f80968f5117f2f3d4d7f0b89cb8fb69dadc35131263a2499bb58f7d015'
source_sha256 '476801f5239c88c7de61c3390502a5d13965ecedef80105b5fb0fcb8373d1e53'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '321830d5af7e98f3f302a915866dd81183102c7b7c911298e32c82aebedaa00b',
armv7l: '321830d5af7e98f3f302a915866dd81183102c7b7c911298e32c82aebedaa00b',
i686: '81275127275f8d4faa718dc28d4f2fd894394d94005f99474699bd49c3f81aac',
x86_64: '4c23c5666baf7c2c488d1eb5f50dcaaa1eb137b5dd394778d1eaf44c714dfd90'
aarch64: 'fb7a48d43b3d95cd74b71abe0fa87e544fc8d274df6a48e367d6a5de4e86ad40',
armv7l: 'fb7a48d43b3d95cd74b71abe0fa87e544fc8d274df6a48e367d6a5de4e86ad40',
i686: '5a295f0f2b29455bce60d7e4e098e21c2fe228c1aa3e64b43c0416c41188c29e',
x86_64: '17fd317ffb609d8b197c1b6734be90022a303e648c2bddb035861a1b5af463aa'
})
depends_on 'glibc' # R
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
def self.patch
system "sed -i 's,libdir = $(exec_prefix)/lib,libdir = $(exec_prefix)/lib#{CREW_LIB_SUFFIX},g' libraries/liblmdb/Makefile"