diff options
| author | BrewTestBot | 2014-03-13 20:14:00 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-13 20:40:56 +0000 |
| commit | ec7a354a2be384414e2b87344c0185cc91c9db73 (patch) | |
| tree | 19b67dc811e8adee238074be3aec2137ed7b3083 /Library/Formula/gnu-getopt.rb | |
| parent | 432dfeda1d99f16749f0c196efa42a5ca263fa64 (diff) | |
| download | homebrew-ec7a354a2be384414e2b87344c0185cc91c9db73.tar.bz2 | |
gnu-getopt: add 1.1.5 bottle.
Diffstat (limited to 'Library/Formula/gnu-getopt.rb')
| -rw-r--r-- | Library/Formula/gnu-getopt.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gnu-getopt.rb b/Library/Formula/gnu-getopt.rb index 86a380133..7bf1a754f 100644 --- a/Library/Formula/gnu-getopt.rb +++ b/Library/Formula/gnu-getopt.rb @@ -5,6 +5,12 @@ class GnuGetopt < Formula url 'http://software.frodo.looijaard.name/getopt/files/getopt-1.1.5.tar.gz' sha1 '9090eb46ac92f2fd2749ca4121e81aaad40f325d' + bottle do + sha1 "6eabcaf1e8a8942c7211279f4950ecd002a8600f" => :mavericks + sha1 "68382964c9d56b44c8f149dcb2f7632809dff87d" => :mountain_lion + sha1 "4a344addaaac7afef511d0fa29d9daaa32ed5b39" => :lion + end + depends_on 'gettext' keg_only :provided_by_osx |
