diff options
| -rw-r--r-- | Library/Formula/fping.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/fping.rb b/Library/Formula/fping.rb index 5c1e2ee66..1b6dd6373 100644 --- a/Library/Formula/fping.rb +++ b/Library/Formula/fping.rb @@ -1,11 +1,11 @@ -require 'formula' +require "formula" class Fping < Formula - homepage 'http://fping.org/' - url 'http://fping.org/dist/fping-3.9.tar.gz' - sha1 '4bbd659abc800fde0333799b223c068b3bb303a7' + homepage "http://fping.org/" + url "http://fping.org/dist/fping-3.10.tar.gz" + sha1 "d8a1fa3ec13289d67d70102c1ef16c461a7eb505" - head 'https://github.com/schweikert/fping.git' + head "https://github.com/schweikert/fping.git" def install system "./configure", "--disable-dependency-tracking", |
