diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/arangodb.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb index 7d75279e4..da2c08575 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.2.tar.gz' - sha1 'cd5ce9e4188da2233ee939bfdc85dde70138f78c' + url 'https://www.arangodb.org/repositories/Source/ArangoDB-1.4.3.tar.gz' + sha1 '67abf1cf18dc19c11e3bde41a1fa4792fa4367d4' head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' |
