diff options
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 4b2e27f4c..5b27a2f63 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.2.0.tar.gz' -  sha1 '6c1886c606f73f9d3dfbc3d58293cc4f47a07491' +  url 'https://www.arangodb.org/repositories/Source/ArangoDB-2.2.2.tar.gz' +  sha1 '4af0d233202ee4fd482564200d645abddb936cda'    head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable' | 
