diff options
| author | Brett Koonce | 2014-08-16 09:57:11 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-08-17 10:32:55 -0700 |
| commit | 9889376a6d4b0628354de670698e589f26c75a9a (patch) | |
| tree | 14f892e537602fe4f255030d6a0a7a54008fdc10 | |
| parent | c6253be1e1b8e12c245f1475e4c4c2e5565ae4f3 (diff) | |
| download | homebrew-9889376a6d4b0628354de670698e589f26c75a9a.tar.bz2 | |
help2man 1.46.1
| -rw-r--r-- | Library/Formula/help2man.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/help2man.rb b/Library/Formula/help2man.rb index d43b5dd61..4bfe09686 100644 --- a/Library/Formula/help2man.rb +++ b/Library/Formula/help2man.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class Help2man < Formula - homepage 'http://www.gnu.org/software/help2man/' - url 'http://ftpmirror.gnu.org/help2man/help2man-1.45.1.tar.xz' - mirror 'http://ftp.gnu.org/gnu/help2man/help2man-1.45.1.tar.xz' - sha256 'c70fc791e6d13240327955de355244371b00bb1c9e247d5693ed601b716467c2' + 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" bottle do cellar :any |
