diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/flex.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/flex.rb b/Library/Formula/flex.rb index 39a33e91a..b16d6ed31 100644 --- a/Library/Formula/flex.rb +++ b/Library/Formula/flex.rb @@ -5,6 +5,12 @@ class Flex < Formula url 'https://downloads.sourceforge.net/flex/flex-2.5.37.tar.bz2' sha1 'db4b140f2aff34c6197cab919828cc4146aae218' + bottle do + sha1 "ea93eb8bc57868e9e4cfe50ab39fc3c7f2ccbb58" => :mavericks + sha1 "ec164496e9eec22a920e935f57dea4bc16fa4afd" => :mountain_lion + sha1 "654c2f9978368c6f761720f7fa1a29127bf9deea" => :lion + end + keg_only :provided_by_osx, 'Some formulae require a newer version of flex.' depends_on 'gettext' |
