diff options
| author | BrewTestBot | 2014-04-07 13:08:07 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-07 13:42:42 +0100 |
| commit | 1e4c9bcb1fe3c47f57417d19fe9957648f86dcdf (patch) | |
| tree | 148c7c7d3261e3ad3a24685de30e84d21fae3fc3 /Library | |
| parent | 7bb3cfd66cc2ae034ea0e8249a4a254a468b5e21 (diff) | |
| download | homebrew-1e4c9bcb1fe3c47f57417d19fe9957648f86dcdf.tar.bz2 | |
arangodb: add 2.0.2 bottle.
Closes #28220.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/arangodb.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb index c288a60dd..992d8153c 100644 --- a/Library/Formula/arangodb.rb +++ b/Library/Formula/arangodb.rb @@ -7,6 +7,12 @@ class Arangodb < Formula head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' + bottle do + sha1 "609ce8f9c202f89059007de15fae68f36705d62d" => :mavericks + sha1 "5c04d74a3a87dff33c96b1d3d97a2c2757ae75b9" => :mountain_lion + sha1 "2aa32b6fbd28e7ddf731393fec8ad46728f6f828" => :lion + end + depends_on 'go' => :build def suffix |
