arangodb 2.5.5
Closes Homebrew/homebrew#40346. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
a08cd8677d
commit
85ca2e2772
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Arangodb < Formula
|
||||
homepage 'https://www.arangodb.com/'
|
||||
url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.5.4.tar.gz'
|
||||
sha1 '43092ebcd8d20e4437d96b3a32a0b929553accda'
|
||||
url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.5.5.tar.gz'
|
||||
sha1 'e8ca48870222f68189881eb09b431cce02bfb7d8'
|
||||
|
||||
head "https://github.com/arangodb/arangodb.git", :branch => 'unstable'
|
||||
|
||||
|
|
Loading…
Reference in a new issue