aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorFrank Celler2015-03-20 18:14:19 +0100
committerMike McQuaid2015-03-21 10:46:41 +0000
commitc37d41767b50adae22ac74160602aa3afd34b988 (patch)
tree820d13c5b3ef248d4e75018cf80e518e56538cde /Library/Formula/arangodb.rb
parentb38e3542cfea40cdfd83b535a49bc1137af4d4fa (diff)
downloadhomebrew-c37d41767b50adae22ac74160602aa3afd34b988.tar.bz2
arangodb 2.5.1
Closes #37937. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 86232cb97..2f2bc273b 100644
--- a/Library/Formula/arangodb.rb
+++ b/Library/Formula/arangodb.rb
@@ -2,8 +2,8 @@ require 'formula'
class Arangodb < Formula
homepage 'https://www.arangodb.com/'
- url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.5.0.tar.gz'
- sha1 '8d9477296e209933203782ea0ce4162810ab9a60'
+ url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.5.1.tar.gz'
+ sha1 '8edcad5a3068d2d9c359fc17c4b41535cf441069'
head "https://github.com/arangodb/arangodb.git", :branch => 'unstable'