mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lmdb: update to 0.9.24.
This commit is contained in:
parent
539f4acd77
commit
3b24f3887a
1 changed files with 2 additions and 3 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'lmdb'
|
# Template file for 'lmdb'
|
||||||
pkgname=lmdb
|
pkgname=lmdb
|
||||||
version=0.9.23
|
version=0.9.24
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lmdb-LMDB_${version}"
|
wrksrc="lmdb-LMDB_${version}"
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="Lightning Memory-Mapped Database Manager"
|
short_desc="Lightning Memory-Mapped Database Manager"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="OLDAP-2.8"
|
license="OLDAP-2.8"
|
||||||
homepage="http://symas.com/mdb/"
|
homepage="http://symas.com/mdb/"
|
||||||
distfiles="https://github.com/LMDB/lmdb/archive/LMDB_${version}.tar.gz"
|
distfiles="https://github.com/LMDB/lmdb/archive/LMDB_${version}.tar.gz"
|
||||||
checksum=abf42e91f046787ed642d9eb21812a5c473f3ba5854124484d16eadbe0aa9c81
|
checksum=44602436c52c29d4f301f55f6fd8115f945469b868348e3cddaf91ab2473ea26
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's,man/man1,share/&,' libraries/liblmdb/Makefile
|
sed -i 's,man/man1,share/&,' libraries/liblmdb/Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue