diff options
Diffstat (limited to 'Library/Formula')
| -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 d5d10d8bf..efc47c5d4 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.8.tar.gz' - sha1 '2a175ed92deeb203cba72080f4fcdcf445ce4eba' + url 'https://www.arangodb.org/repositories/Source/ArangoDB-1.4.9.tar.gz' + sha1 '1f2611dce4ffb679cef8ca578ace1cd691bb4322' head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' |
