Skip to content

Commit

Permalink
LMDB: New version 0.9.33 (#8745)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored and amontoison committed Jun 22, 2024
1 parent 6bad3f1 commit 7dc09cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions L/LMDB/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using BinaryBuilder

name = "LMDB"
version = v"0.9.27"
version = v"0.9.33"

# No sources, we're just building the testsuite
sources = [
ArchiveSource("https://git.openldap.org/openldap/openldap/-/archive/LMDB_$(version)/openldap-LMDB_$(version).tar.gz",
"752a3ebd4bbfa1830dff2ca4f5ff4c4be97da843810626d5dd9e2e4e5484a399"),
"476801f5239c88c7de61c3390502a5d13965ecedef80105b5fb0fcb8373d1e53"),
]

# Bash recipe for building across all platforms
Expand Down Expand Up @@ -44,4 +44,4 @@ dependencies = [
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6")

0 comments on commit 7dc09cf

Please sign in to comment.