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:
parent
80470ed13d
commit
bd95ef903c
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue