diff options
Diffstat (limited to 'Library/Formula/gnu-getopt.rb')
| -rw-r--r-- | Library/Formula/gnu-getopt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnu-getopt.rb b/Library/Formula/gnu-getopt.rb index 3f9752b6b..8724d5d89 100644 --- a/Library/Formula/gnu-getopt.rb +++ b/Library/Formula/gnu-getopt.rb @@ -1,6 +1,6 @@ require 'formula' -class GnuGetopt <Formula +class GnuGetopt < Formula url 'http://software.frodo.looijaard.name/getopt/files/getopt-1.1.4.tar.gz' md5 '02188ca68da27c4175d6e9f3da732101' homepage 'http://software.frodo.looijaard.name/getopt/' |
