arangodb 3.5.3
Closes #47308. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
a4534b5e88
commit
251caca843
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Arangodb < Formula
|
||||
desc "The Multi-Model NoSQL Database"
|
||||
homepage "https://www.arangodb.com/"
|
||||
url "https://download.arangodb.com/Source/ArangoDB-3.5.2.tar.gz"
|
||||
sha256 "9331ddb8d745c5d977975591b20a00461bfe11865bfce9f3495dc8bdb9260bf1"
|
||||
url "https://download.arangodb.com/Source/ArangoDB-3.5.3.tar.gz"
|
||||
sha256 "8dd4d644bc72609290efa667077eb5a10b1d847815d74b5b9bfbbf743cc1e52c"
|
||||
head "https://github.com/arangodb/arangodb.git", :branch => "devel"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue