lmdb: update to 0.9.16.

This commit is contained in:
Eivind Uggedal 2015-08-17 07:47:10 +00:00
parent dc3499e914
commit fd69908e78
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -1,2 +1 @@
site="https://gitorious.org/mdb/mdb/refs" pattern='LMDB_\K[\d.]+(?=\.tar)'
pattern='"LMDB_\K[\d.]+(?=")'