aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-03-13 12:23:06 +0000
committerMike McQuaid2015-03-13 12:27:13 +0000
commit65af29155a99b23900394cdc6962db60a4d31511 (patch)
treed04c9584b15389d7bf8e56080acac51ad412b90c /Library/Formula/arangodb.rb
parent36a0203d44a3ce68d1daf1123c75cc39658fb42d (diff)
downloadhomebrew-65af29155a99b23900394cdc6962db60a4d31511.tar.bz2
arangodb: update 2.5.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 cbd38af7e..86232cb97 100644
--- a/Library/Formula/arangodb.rb
+++ b/Library/Formula/arangodb.rb
@@ -8,9 +8,9 @@ class Arangodb < Formula
head "https://github.com/arangodb/arangodb.git", :branch => 'unstable'
bottle do
- sha1 "9e401f1681722fbd857bf518ca64bce833526240" => :yosemite
- sha1 "f4928053d3489132fec0663427023377cbce91c9" => :mavericks
- sha1 "45b40c888f91f617d51279aa514b8c02887243e5" => :mountain_lion
+ sha256 "514ff59cddb8292cfe733fb91146c187e6ada014f35172f16c141d3f32d90abf" => :yosemite
+ sha256 "96cc16e8c585aa6ddac3e7993cddcdd49caa356467a03208ca11068d79f19fd5" => :mavericks
+ sha256 "f2f2cc325cfbbdcf37fd6dd06f2a2cbe9ebdc0187b14ec15f64f467de9a2af2e" => :mountain_lion
end
depends_on 'go' => :build