mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
lmdb: update to 0.9.21.
This commit is contained in:
parent
6709b82435
commit
73581e42cf
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lmdb'
|
# Template file for 'lmdb'
|
||||||
pkgname=lmdb
|
pkgname=lmdb
|
||||||
version=0.9.20
|
version=0.9.21
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lmdb-LMDB_${version}"
|
wrksrc="lmdb-LMDB_${version}"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="OpenLDAP-2.8"
|
license="OpenLDAP-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=8ae77a093352d3e894fdfaa387266fc650a04746429cdf303b3d93fd0751d971
|
checksum=1187b635a4cc415bb6972bba346121f81edd996e99b8f0816151d4090f90b559
|
||||||
|
|
||||||
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