aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorFrank Celler2014-04-23 08:37:58 +0200
committerBrett Koonce2014-04-23 16:06:22 -0500
commit7133ec64bf2c6f313b58eca8e0153c7b8fada9a1 (patch)
tree85361c4a3965342a3ecce528e971369bcba254d9 /Library/Formula/arangodb.rb
parentd5d3482867a63b3e8eb44d86a74a5a06d47a1c2d (diff)
downloadhomebrew-7133ec64bf2c6f313b58eca8e0153c7b8fada9a1.tar.bz2
arangodb 2.0.6
Diffstat (limited to 'Library/Formula/arangodb.rb')
-rw-r--r--Library/Formula/arangodb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb
index 609cbeff7..c65cf3aea 100644
--- a/Library/Formula/arangodb.rb
+++ b/Library/Formula/arangodb.rb
@@ -2,8 +2,8 @@ require 'formula'
class Arangodb < Formula
homepage 'http://www.arangodb.org/'
- url 'https://www.arangodb.org/repositories/Source/ArangoDB-2.0.2.tar.gz'
- sha1 '3b6e8a0d756e681f79b141ff7ccf627782e08b73'
+ url 'https://www.arangodb.org/repositories/Source/ArangoDB-2.0.6.tar.gz'
+ sha1 '9d966ff924a4bca2d1ef17d33fe917c7c4315729'
head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable'