lmdb 0.9.14

Version bump.

Closes Homebrew/homebrew#34636.

Closes Homebrew/homebrew#34642.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Dominyk Tiller 2014-12-03 14:17:37 +00:00 committed by Mike McQuaid
parent 80470ed13d
commit bd95ef903c

View file

@ -1,10 +1,10 @@
require 'formula'
require "formula"
class Lmdb < Formula
homepage 'http://symas.com/mdb/'
url "https://gitorious.org/mdb/mdb.git", :tag => "LMDB_0.9.13"
homepage "http://symas.com/mdb/"
url "https://gitorious.org/mdb/mdb.git", :tag => "LMDB_0.9.14"
head 'git://git.openldap.org/openldap.git', :branch => 'mdb.master'
head "git://git.openldap.org/openldap.git", :branch => "mdb.master"
bottle do
cellar :any
@ -26,4 +26,8 @@ class Lmdb < Formula
system "make", "-C", "libraries/liblmdb", "install", "prefix=#{prefix}"
end
test do
system "#{bin}/mdb_dump", "-V"
end
end