diff options
| author | Mike Griepentrog | 2013-05-25 13:11:47 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-27 18:22:34 -0700 |
| commit | 465edd4383d9339cc67aff9b91ab08d11ef92926 (patch) | |
| tree | ba31128bb7bd20fa5f5fa90a40070521c9cdc74f /Library/Formula | |
| parent | 743c8286bf7ad246b2d6e9b40b5cb3199a66a0d9 (diff) | |
| download | homebrew-465edd4383d9339cc67aff9b91ab08d11ef92926.tar.bz2 | |
gnu-getopt 1.1.5
Closes #20105.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gnu-getopt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gnu-getopt.rb b/Library/Formula/gnu-getopt.rb index f65f1f1c3..5647a0c14 100644 --- a/Library/Formula/gnu-getopt.rb +++ b/Library/Formula/gnu-getopt.rb @@ -2,8 +2,8 @@ require 'formula' class GnuGetopt < Formula homepage 'http://software.frodo.looijaard.name/getopt/' - url 'http://software.frodo.looijaard.name/getopt/files/getopt-1.1.4.tar.gz' - sha1 '8b9b329b3a8f5d52c91c0381616ecbd1ba291486' + url 'http://software.frodo.looijaard.name/getopt/files/getopt-1.1.5.tar.gz' + sha1 '9090eb46ac92f2fd2749ca4121e81aaad40f325d' depends_on 'gettext' |
