Skip to content

Commit

Permalink
orientdb 2.2.5
Browse files Browse the repository at this point in the history
OrientDB 2.2.5

Closes #3182.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
robfrank authored and apjanke committed Jul 25, 2016
1 parent 7336481 commit 10ebfef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/orientdb.rb
@@ -1,8 +1,8 @@
class Orientdb < Formula
desc "Graph database"
homepage "https://orientdb.com"
url "https://orientdb.com/download.php?file=orientdb-community-2.2.2.tar.gz"
sha256 "1ae672fc15638526980e132b92fe1896867fa765da79eadf5adf7cdcad946f88"
url "https://orientdb.com/download.php?file=orientdb-community-2.2.5.tar.gz"
sha256 "958d479beeabeb5658c23460bf29043a7a4b80c0d238f36e586e3b108f12bae0"

bottle do
cellar :any_skip_relocation
Expand Down Expand Up @@ -63,7 +63,7 @@ def caveats
sleep 4

begin
assert_match "OrientDB Server v.2.2.2", shell_output("curl -I localhost:2480")
assert_match "OrientDB Server v.2.2.5", shell_output("curl -I localhost:2480")
ensure
system "#{bin}/orientdb", "stop"
end
Expand Down

0 comments on commit 10ebfef

Please sign in to comment.