shunit2: update homepage
This commit is contained in:
parent
33ba9ecc11
commit
f4fb220739
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
class Shunit2 < Formula
|
||||
desc "xUnit unit testing framework for Bourne-based shell scripts"
|
||||
homepage "https://code.google.com/archive/p/shunit2/"
|
||||
homepage "https://github.com/kward/shunit2"
|
||||
url "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz"
|
||||
sha256 "65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee"
|
||||
|
||||
|
@ -11,6 +11,6 @@ class Shunit2 < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/shunit2"
|
||||
system bin/"shunit2"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue