Skip to content

Commit

Permalink
wslay: fix audit
Browse files Browse the repository at this point in the history
wslay:
  * `head block` (line 18) should be put before `option` (line 16)
  * http://wslay.sourceforge.net/ should be `https://wslay.sourceforge.io/`
  • Loading branch information
Miguel Araújo authored and MikeMcQuaid committed Feb 12, 2017
1 parent d35ac96 commit 4173a3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/wslay.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Wslay < Formula
desc "C websocket library"
homepage "http://wslay.sourceforge.net/"
homepage "https://wslay.sourceforge.io/"
url "https://downloads.sourceforge.net/project/wslay/wslay-1.0.0/wslay-1.0.0.tar.xz"
sha256 "148d5272255b76034f97cf0298f606aed4908ebb4198412a321280f2319160ef"

Expand All @@ -13,8 +13,6 @@ class Wslay < Formula
sha256 "410634e15d5ce6f680ccd5d96b97fc2226aad9530aebe42690d3ceb4d7011e69" => :mavericks
end

option "without-docs", "Don't generate or install documentation"

head do
url "https://github.com/tatsuhiro-t/wslay.git"

Expand All @@ -23,6 +21,8 @@ class Wslay < Formula
depends_on "libtool" => :build
end

option "without-docs", "Don't generate or install documentation"

depends_on "sphinx-doc" => :build if build.with? "docs"
depends_on "cunit" => :build
depends_on "pkg-config" => :build
Expand Down

0 comments on commit 4173a3d

Please sign in to comment.