diff --git a/srcpkgs/lmdb/template b/srcpkgs/lmdb/template index 9206c450e8e..12230bdf75c 100644 --- a/srcpkgs/lmdb/template +++ b/srcpkgs/lmdb/template @@ -1,6 +1,6 @@ # Template file for 'lmdb' pkgname=lmdb -version=0.9.15 +version=0.9.16 revision=1 wrksrc="lmdb-LMDB_${version}" hostmakedepends="git" @@ -9,7 +9,7 @@ maintainer="Juan RP " license="OpenLDAP 2.8 license" homepage="http://symas.com/mdb/" distfiles="https://github.com/LMDB/lmdb/archive/LMDB_${version}.tar.gz" -checksum=a72b13db91e7c445e47194178915556b4ebcd6f9f64d48f60b1f830b0cfbd75a +checksum=49d7b40949f2ced9bc8b23ea6a89e75471a1c9126537a8b268c318a00b84322b do_build() { cd libraries/liblmdb diff --git a/srcpkgs/lmdb/update b/srcpkgs/lmdb/update index c438af5b451..2578d56778d 100644 --- a/srcpkgs/lmdb/update +++ b/srcpkgs/lmdb/update @@ -1,2 +1 @@ -site="https://gitorious.org/mdb/mdb/refs" -pattern='"LMDB_\K[\d.]+(?=")' +pattern='LMDB_\K[\d.]+(?=\.tar)'