diff options
| author | Frank Celler | 2014-12-28 12:58:00 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-28 14:02:26 +0000 |
| commit | 0bfc06b4fe9f6c550a1670df572cab2042772338 (patch) | |
| tree | b2ae0eb1b39385a3c69d92c5e156e9e691570e3b /Library/Formula | |
| parent | 8860197c82b7b91a1e989227552846b512eb0cdf (diff) | |
| download | homebrew-0bfc06b4fe9f6c550a1670df572cab2042772338.tar.bz2 | |
arangodb 2.3.4
Closes #35304.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 4d6e208d8..a93e7232d 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.com/repositories/Source/ArangoDB-2.3.3.tar.gz' - sha1 '2429ecdb8499d1524da15bf86749fd58a115a70c' + url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.3.4.tar.gz' + sha1 '380fd0edaaabf4762f869fa9e2768427b88c89b8' head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' |
