aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-05-29 23:04:32 +0100
committerJack Nagel2014-05-29 17:20:11 -0500
commit2b6bdd66f968f914408c43323dc05eb322b568bb (patch)
tree6801dc287b27e60ed1c16c455e41353f7d8baa4d /Library/Formula/arangodb.rb
parent61bbeef3c5fb952ff67e4508710ebd6c1e83dc70 (diff)
downloadhomebrew-2b6bdd66f968f914408c43323dc05eb322b568bb.tar.bz2
arangodb: update 2.1.0 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 965ec98d3..5e69be81f 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 "c17ee9db866e1f5e538079059b95e9a3c95582e4" => :mavericks
- sha1 "ad19bbc961bb2f60c6842d52438d4315ab575611" => :mountain_lion
- sha1 "42504ab4c99d33deb0940fe87ef47b34fbfd50e3" => :lion
+ sha1 "6ca3c04cf9c9ba78250130de6aa6be0ad4326f80" => :mavericks
+ sha1 "97b6304b5b7480deab765bc1094e1c0c3f8f9c88" => :mountain_lion
+ sha1 "098cc831d0a97656bf89e09e28bec19bd8837dd9" => :lion
end
depends_on 'go' => :build