diff options
| -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 7b317a6d0..2d3de4342 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-2.1.1.tar.gz' - sha1 '1a7b076e91b716b6db1c61221751a3f433170d5c' + url 'https://github.com/triAGENS/ArangoDB/archive/v2.1.2.tar.gz' + sha1 '3f6cc8c7dc757f995c61effcd74523e0f5a60f98' head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' |
