aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-08-28 16:32:34 -0500
committerJack Nagel2014-08-28 16:32:54 -0500
commita2f00a630509844d16e81d73ea322cdcab318375 (patch)
tree2435caeca873487cefb957121d4e69e8ed9a1d0d /Library/Formula
parent1a05ddc52d9cd63d1550ed62d60ebc9bd8931a74 (diff)
downloadhomebrew-a2f00a630509844d16e81d73ea322cdcab318375.tar.bz2
lmdb: use git tag since the tarball is constantly changing
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lmdb.rb3
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'