Skip to content

Commit

Permalink
known_hosts: Add HEAD
Browse files Browse the repository at this point in the history
Closes #6541.

Signed-off-by: Baptiste Fontaine <b@ptistefontaine.fr>
  • Loading branch information
bfontaine committed Nov 2, 2016
1 parent d008ca6 commit 599424a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/known_hosts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ class KnownHosts < Formula
url "https://github.com/markmcconachie/known_hosts/archive/1.0.0.tar.gz"
sha256 "80a080aa3850af927fd332e5616eaf82e6226d904c96c6949d6034deb397ac63"

head "https://github.com/markmcconachie/known_hosts.git"

bottle do
cellar :any_skip_relocation
sha256 "729e8dc06654b9dae55b1f4ff15a40ee28de3642285f82deb2f67f08a031f9b2" => :sierra
Expand All @@ -21,6 +23,6 @@ def install
end

test do
system "#{bin}/known_hosts version"
system "#{bin}/known_hosts", "version"
end
end

0 comments on commit 599424a

Please sign in to comment.