From a2f00a630509844d16e81d73ea322cdcab318375 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 28 Aug 2014 16:32:34 -0500 Subject: lmdb: use git tag since the tarball is constantly changing --- Library/Formula/lmdb.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3