diff options
| author | Adam Vandenberg | 2013-11-30 12:16:14 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-30 12:16:14 -0800 |
| commit | b9777d101b24af14b4ec95aed01b14c6e4ebd04e (patch) | |
| tree | b9ef1704677de75e388324aca0acb77b0efd60f5 /Library | |
| parent | ef907ab86df99a7ddc8b552dcd2218fd80d93602 (diff) | |
| download | homebrew-b9777d101b24af14b4ec95aed01b14c6e4ebd04e.tar.bz2 | |
grepcidr 1.4
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/grepcidr.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/grepcidr.rb b/Library/Formula/grepcidr.rb index 6231d5603..60b77b6ca 100644 --- a/Library/Formula/grepcidr.rb +++ b/Library/Formula/grepcidr.rb @@ -2,8 +2,8 @@ require 'formula' class Grepcidr < Formula homepage 'http://www.pc-tools.net/unix/grepcidr/' - url 'http://www.pc-tools.net/files/unix/grepcidr-1.3.tar.gz' - sha1 '36245b1efe497ecbe3928d2b2c6db68c0a52d179' + url 'http://www.pc-tools.net/files/unix/grepcidr-1.4.tar.gz' + sha1 'fb8c8f271d22ddedd66626ec9b77da69f2ee447b' def install system "make" |
