arangodb 2.3.4
Closes Homebrew/homebrew#35304. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
c558d8b5b5
commit
aeaaefe9d5
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Arangodb < Formula
|
||||
homepage 'http://www.arangodb.org/'
|
||||
url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.3.3.tar.gz'
|
||||
sha1 '2429ecdb8499d1524da15bf86749fd58a115a70c'
|
||||
url 'https://www.arangodb.com/repositories/Source/ArangoDB-2.3.4.tar.gz'
|
||||
sha1 '380fd0edaaabf4762f869fa9e2768427b88c89b8'
|
||||
|
||||
head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable'
|
||||
|
||||
|
|
Loading…
Reference in a new issue