diff options
| author | Frank Celler | 2014-04-06 20:59:34 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-07 13:42:42 +0100 |
| commit | 7bb3cfd66cc2ae034ea0e8249a4a254a468b5e21 (patch) | |
| tree | d5dbdf86a5e8bc6ae54fa2415b613fbfd6769f9f /Library/Formula/arangodb.rb | |
| parent | 2ab744afdfa740767097d7c96556e1118939b486 (diff) | |
| download | homebrew-7bb3cfd66cc2ae034ea0e8249a4a254a468b5e21.tar.bz2 | |
arangodb 2.0.2
Diffstat (limited to 'Library/Formula/arangodb.rb')
| -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 fbfa9b060..c288a60dd 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.0.0.tar.gz' - sha1 '82fe5d1bb5e26232cdd3f765f4b9918bd0c22e04' + url 'https://www.arangodb.org/repositories/Source/ArangoDB-2.0.2.tar.gz' + sha1 '3b6e8a0d756e681f79b141ff7ccf627782e08b73' head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' |
