known_hosts: Add HEAD
Closes #6541. Signed-off-by: Baptiste Fontaine <b@ptistefontaine.fr>
This commit is contained in:
parent
d008ca6252
commit
599424a5ea
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
@ -21,6 +23,6 @@ class KnownHosts < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/known_hosts version"
|
||||
system "#{bin}/known_hosts", "version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue