aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnu-getopt.rb4
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'