aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorFrank Celler2014-01-16 09:27:54 +0100
committerMike McQuaid2014-01-16 10:06:12 +0000
commitaa977941774cc7a8c3403d37336c82bf7a9bce3f (patch)
tree162d7081bce6474b1635636de108187d015c96af /Library/Formula/arangodb.rb
parent49a83472311d0006bb64abc71357596da6e97523 (diff)
downloadhomebrew-aa977941774cc7a8c3403d37336c82bf7a9bce3f.tar.bz2
arangodb 1.4.5
Closes #25947. 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 ebf4badde..e2f05bfd5 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-1.4.4.tar.gz'
- sha1 'e4b099a47f384761fc6aeddc003c85d11e33f40f'
+ url 'https://www.arangodb.org/repositories/Source/ArangoDB-1.4.5.tar.gz'
+ sha1 '580c21270404727a8847b6acf5250a1fa20ac043'
head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable'