aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-06-29 04:47:43 +0100
committerMike McQuaid2014-06-29 12:16:04 +0100
commit2cdf45ffcf165e1c6d18e67ed61f8947cf337ce0 (patch)
tree98bfa8d248de654d6d7e200c82e278875609aa85 /Library/Formula/arangodb.rb
parent7cc8f6d3d610117f5a33ec04354e3135bff94027 (diff)
downloadhomebrew-2cdf45ffcf165e1c6d18e67ed61f8947cf337ce0.tar.bz2
arangodb: update 2.1.2 bottle.
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 2d3de4342..1d774d223 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 "f5993d2d9fca48548349c6c4e44bd92b6d44a8a3" => :mavericks
- sha1 "0abaa39be9485f55105d36370f35220722cc9f83" => :mountain_lion
- sha1 "8de5c77bcfa1ae86cbb80e1fd161637e140dea3a" => :lion
+ sha1 "2696710c1befec12be71b55ca5f70927fd4716b7" => :mavericks
+ sha1 "52cf255b9115104cb01a133290621da7a161595e" => :mountain_lion
+ sha1 "9dfaba919243e834b5f526de1b061c5e5a241252" => :lion
end
depends_on 'go' => :build