diff options
| author | Frank Celler | 2014-01-23 21:44:53 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-25 22:02:35 +0100 |
| commit | d1ee63c267104ec8abc11aac47e6f327339cbb73 (patch) | |
| tree | 9b44c934475680702e2244be751130215153d58d /Library | |
| parent | 0b8dcc66a68216e44047dfd9048cf7fa9a74934b (diff) | |
| download | homebrew-d1ee63c267104ec8abc11aac47e6f327339cbb73.tar.bz2 | |
arangodb 1.4.7
Closes #26168.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 fb6bdbc6e..b6927d425 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.6.tar.gz' - sha1 '0ce340ecf97688a9dbeb63aea01737659d073dcb' + url 'https://www.arangodb.org/repositories/Source/ArangoDB-1.4.7.tar.gz' + sha1 '32fc41687b2dc814fc74509e0af78abb6050cb6a' head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' |
