diff options
| author | Brett Koonce | 2014-10-26 19:16:23 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-27 07:56:12 +0000 | 
| commit | cfd487bc74c32beaa85d6bdd32f2b7fd011cdc98 (patch) | |
| tree | 5b1f74ca5e6e25d013dab990ae2c7efba7aa0372 | |
| parent | f484cda5119a1218f34ed1492a0886948f6b5387 (diff) | |
| download | homebrew-cfd487bc74c32beaa85d6bdd32f2b7fd011cdc98.tar.bz2 | |
help2man 1.46.4
| -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 201ea0c89..80d117c0c 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.3.tar.xz" -  mirror "http://ftp.gnu.org/gnu/help2man/help2man-1.46.3.tar.xz" -  sha256 "a669dc3baf2f9fcfcf9d55d8555d1c234bc3cabd5fbe8e36e0dea4a88c222942" +  url "http://ftpmirror.gnu.org/help2man/help2man-1.46.4.tar.xz" +  mirror "http://ftp.gnu.org/gnu/help2man/help2man-1.46.4.tar.xz" +  sha256 "1ae7f15f53b0cc55b070ae49df2ee5caa942c71529054e157599427bba3c5633"    bottle do      cellar :any | 
