diff options
| -rw-r--r-- | Library/Formula/riak.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/riak.rb b/Library/Formula/riak.rb index d64a932a7..5d4da35d0 100644 --- a/Library/Formula/riak.rb +++ b/Library/Formula/riak.rb @@ -5,6 +5,8 @@ class Riak < Formula homepage 'http://riak.basho.com' md5 'f85721775ad1732f20de2c40e0e41d80' + head 'https://github.com/basho/riak.git' + skip_clean 'libexec/log' skip_clean 'libexec/log/sasl' skip_clean 'libexec/data' |
