From 36a0203d44a3ce68d1daf1123c75cc39658fb42d Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Wed, 11 Mar 2015 14:20:53 +0100 Subject: arangodb 2.5.0 Closes #37645. Signed-off-by: Mike McQuaid --- Library/Formula/arangodb.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula/arangodb.rb') 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' -- cgit v1.2.3