mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
lmdb: update to 0.9.16.
This commit is contained in:
parent
dc3499e914
commit
fd69908e78
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lmdb'
|
# Template file for 'lmdb'
|
||||||
pkgname=lmdb
|
pkgname=lmdb
|
||||||
version=0.9.15
|
version=0.9.16
|
||||||
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"
|
license="OpenLDAP 2.8 license"
|
||||||
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=a72b13db91e7c445e47194178915556b4ebcd6f9f64d48f60b1f830b0cfbd75a
|
checksum=49d7b40949f2ced9bc8b23ea6a89e75471a1c9126537a8b268c318a00b84322b
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd libraries/liblmdb
|
cd libraries/liblmdb
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
site="https://gitorious.org/mdb/mdb/refs"
|
pattern='LMDB_\K[\d.]+(?=\.tar)'
|
||||||
pattern='"LMDB_\K[\d.]+(?=")'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue