archey: audit fixes
This commit is contained in:
parent
bbae886238
commit
f928aa9f4f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
class Archey < Formula
|
class Archey < Formula
|
||||||
desc "Archey script for OS X"
|
desc "Graphical system information display for OS X"
|
||||||
homepage "https://obihann.github.io/archey-osx/"
|
homepage "https://obihann.github.io/archey-osx/"
|
||||||
url "https://github.com/obihann/archey-osx/archive/1.5.2.tar.gz"
|
url "https://github.com/obihann/archey-osx/archive/1.5.2.tar.gz"
|
||||||
sha256 "01f58ea2f57fa5b23598590cee9b91dfac0b3402e7a9c4a781ff719be2388f1a"
|
sha256 "01f58ea2f57fa5b23598590cee9b91dfac0b3402e7a9c4a781ff719be2388f1a"
|
||||||
|
@ -12,6 +12,6 @@ class Archey < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
system "#{bin}/archey"
|
assert_match "Archey OS X 1", shell_output("#{bin}/archey --help")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue