aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorFrank Celler2014-08-08 20:21:56 +0200
committerMike McQuaid2014-08-08 21:17:58 +0100
commit1e5d49efd6479f338874b5888b09ae1d2b4e3765 (patch)
tree3c601f76898bec0979b800dc2b84f4e5eef101a1 /Library/Formula/arangodb.rb
parent76eaadaab81972b16c65a18f8545131b8a131186 (diff)
downloadhomebrew-1e5d49efd6479f338874b5888b09ae1d2b4e3765.tar.bz2
arangodb 2.2.2
Diffstat (limited to 'Library/Formula/arangodb.rb')
-rw-r--r--Library/Formula/arangodb.rb4
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'