aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorFrank Celler2015-03-11 14:20:53 +0100
committerMike McQuaid2015-03-13 12:27:10 +0000
commit36a0203d44a3ce68d1daf1123c75cc39658fb42d (patch)
treef4a291ad316e047080aff6fdeb52cea36284bd8a /Library/Formula/arangodb.rb
parenta95ea4044ac5a37d8241be03d733929079f9da0f (diff)
downloadhomebrew-36a0203d44a3ce68d1daf1123c75cc39658fb42d.tar.bz2
arangodb 2.5.0
Closes #37645. 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 7a6c719b4..cbd38af7e 100644
--- a/Library/Formula/arangodb.rb
+++ b/Library/Formula/arangodb.rb
@@ -1,9 +1,9 @@
require 'formula'
class Arangodb < Formula
- homepage 'http://www.arangodb.com/'
- url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.4.4.tar.gz'
- sha1 '013fecc546bd35e925e550817a81de7f3fb3da93'
+ homepage 'https://www.arangodb.com/'
+ url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.5.0.tar.gz'
+ sha1 '8d9477296e209933203782ea0ce4162810ab9a60'
head "https://github.com/arangodb/arangodb.git", :branch => 'unstable'