mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
lmdb: update to 0.9.22.
This commit is contained in:
parent
ead990761a
commit
f5eea1d4d1
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'lmdb'
|
# Template file for 'lmdb'
|
||||||
pkgname=lmdb
|
pkgname=lmdb
|
||||||
version=0.9.21
|
version=0.9.22
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lmdb-LMDB_${version}"
|
wrksrc="lmdb-LMDB_${version}"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Lightning Memory-Mapped Database Manager"
|
short_desc="Lightning Memory-Mapped Database Manager"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="OpenLDAP-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=1187b635a4cc415bb6972bba346121f81edd996e99b8f0816151d4090f90b559
|
checksum=f3927859882eb608868c8c31586bb7eb84562a40a6bf5cc3e13b6b564641ea28
|
||||||
|
|
||||||
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