diff options
| author | Jack Nagel | 2014-09-08 19:23:46 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-09-08 19:30:11 -0500 | 
| commit | dbb642a3073745e50487fa18bc760f60f57d1a78 (patch) | |
| tree | 82ac70fd71665c48a47bb9181fa7e0d41a580ef8 | |
| parent | 0eaf754a705ad6ff1863ea770ec5fc5f7f054634 (diff) | |
| download | homebrew-dbb642a3073745e50487fa18bc760f60f57d1a78.tar.bz2 | |
help2man 1.46.2
| -rw-r--r-- | Library/Formula/help2man.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/help2man.rb b/Library/Formula/help2man.rb index d315b66ff..593e41948 100644 --- a/Library/Formula/help2man.rb +++ b/Library/Formula/help2man.rb @@ -2,9 +2,9 @@ require "formula"  class Help2man < Formula    homepage "http://www.gnu.org/software/help2man/" -  url "http://ftpmirror.gnu.org/help2man/help2man-1.46.1.tar.xz" -  mirror "http://ftp.gnu.org/gnu/help2man/help2man-1.46.1.tar.xz" -  sha256 "3dfd02a026149aad06887c1cb6062471779c100e00aecb79b8f9d01cf1581c47" +  url "http://ftpmirror.gnu.org/help2man/help2man-1.46.2.tar.xz" +  mirror "http://ftp.gnu.org/gnu/help2man/help2man-1.46.2.tar.xz" +  sha256 "92191decc8c324c88bfec5e989d13108f22ed135d794bde2b3b802ffe3650311"    bottle do      cellar :any | 
