diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lmdb.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/lmdb.rb b/Library/Formula/lmdb.rb index 5a76e7b2a..3783e71ba 100644 --- a/Library/Formula/lmdb.rb +++ b/Library/Formula/lmdb.rb @@ -2,8 +2,7 @@ require 'formula' class Lmdb < Formula homepage 'http://symas.com/mdb/' - url 'https://gitorious.org/mdb/mdb/archive/LMDB_0.9.13.tar.gz' - sha1 'c9aa0facfaa0fa0fd95ec92b47d9825da93addae' + url "https://gitorious.org/mdb/mdb.git", :tag => "LMDB_0.9.13" head 'git://git.openldap.org/openldap.git', :branch => 'mdb.master' |
