aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arangodb.rb
diff options
context:
space:
mode:
authorDominyk Tiller2014-06-29 04:28:08 +0100
committerMike McQuaid2014-06-29 12:15:56 +0100
commit6652a871124898896c18d2b6f9e45a96691e8dfe (patch)
treefca3b331100a8ede0ec0ff439d2be0ad03d1fee4 /Library/Formula/arangodb.rb
parentd49753c8841b57e904825b276871042b795dcb54 (diff)
downloadhomebrew-6652a871124898896c18d2b6f9e45a96691e8dfe.tar.bz2
arangodb 2.1.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 7b317a6d0..2d3de4342 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.1.1.tar.gz'
- sha1 '1a7b076e91b716b6db1c61221751a3f433170d5c'
+ url 'https://github.com/triAGENS/ArangoDB/archive/v2.1.2.tar.gz'
+ sha1 '3f6cc8c7dc757f995c61effcd74523e0f5a60f98'
head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable'