diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/beansdb.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/beansdb.rb b/Library/Formula/beansdb.rb index c563b9145..51e3c6b54 100644 --- a/Library/Formula/beansdb.rb +++ b/Library/Formula/beansdb.rb @@ -2,15 +2,14 @@ require 'formula' class Beansdb < Formula homepage 'https://github.com/douban/beansdb' + head 'https://github.com/douban/beansdb.git', :branch => 'master' url 'https://github.com/douban/beansdb/archive/v0.6.tar.gz' sha1 '9099ce607ff3c3eba251ee34ae65a08c4e3715b9' - head 'https://github.com/douban/beansdb.git', :branch => 'master' - depends_on :automake fails_with :clang do - build 425 + cause "Known not to compile with clang." end def install |
