aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-06-07 15:58:40 +0100
committerMike McQuaid2014-06-07 16:07:15 +0100
commit20fa5226b0e0daf7b0aec8983665242f259c88b8 (patch)
treed1ef8a0250f70891d82bd40a88b552bef55842b3 /Library/Formula/arangodb.rb
parent04b6a2856e717e1b038f39c8c80f39b85837c0c1 (diff)
downloadhomebrew-20fa5226b0e0daf7b0aec8983665242f259c88b8.tar.bz2
arangodb: update 2.1.1 bottle.
Closes #29955. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/arangodb.rb')
-rw-r--r--Library/Formula/arangodb.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb
index c9399d216..7b317a6d0 100644
--- a/Library/Formula/arangodb.rb
+++ b/Library/Formula/arangodb.rb
@@ -8,9 +8,9 @@ class Arangodb < Formula
head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable'
bottle do
- sha1 "6ca3c04cf9c9ba78250130de6aa6be0ad4326f80" => :mavericks
- sha1 "97b6304b5b7480deab765bc1094e1c0c3f8f9c88" => :mountain_lion
- sha1 "098cc831d0a97656bf89e09e28bec19bd8837dd9" => :lion
+ sha1 "f5993d2d9fca48548349c6c4e44bd92b6d44a8a3" => :mavericks
+ sha1 "0abaa39be9485f55105d36370f35220722cc9f83" => :mountain_lion
+ sha1 "8de5c77bcfa1ae86cbb80e1fd161637e140dea3a" => :lion
end
depends_on 'go' => :build