fping 3.7

Closes Homebrew/homebrew#24038.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Justin Downing 2013-11-06 15:54:15 -05:00 committed by Adam Vandenberg
parent f3d3e85d6f
commit 0514dac69c

View file

@ -2,8 +2,8 @@ require 'formula'
class Fping < Formula class Fping < Formula
homepage 'http://fping.org/' homepage 'http://fping.org/'
url 'http://fping.org/dist/fping-3.6.tar.gz' url 'http://fping.org/dist/fping-3.7.tar.gz'
sha1 '85aac6084d5ccef2b5a4c4eb892f891576c0c0fd' sha1 '6a6e3490a8ae80101a29afa90a72289db2d011ca'
head 'https://github.com/schweikert/fping.git' head 'https://github.com/schweikert/fping.git'
@ -13,9 +13,4 @@ class Fping < Formula
system "make install" system "make install"
end end
def caveats; <<-EOS.undent
fping can only be run by root by default so either use sudo to run fping or
setuid root #{sbin}/fping
EOS
end
end end