diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cracklib.rb | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/cracklib.rb b/Library/Formula/cracklib.rb index a926d5a15..d7cc5daa1 100644 --- a/Library/Formula/cracklib.rb +++ b/Library/Formula/cracklib.rb @@ -6,9 +6,11 @@ class Cracklib < Formula    sha1 '827dcd24b14bf23911c34f4226b4453b24f949a3'    bottle do -    sha1 "40df594cdc2483e6b68b75e019574dbe4fc10519" => :mavericks -    sha1 "f67cff17c3c71fc0f947b47da85e6eeb0a45a3b8" => :mountain_lion -    sha1 "c355b2de9ec2df8d647160d08236aef6a783c976" => :lion +    cellar :any +    revision 1 +    sha1 "1d4005c5e5401a3104255efb1ae88f5396984f2c" => :yosemite +    sha1 "232a22e23e25dd71405fe869050dfd82bb5141e0" => :mavericks +    sha1 "50d5faf0c5c3a46985382340e311263de9c363a6" => :mountain_lion    end    depends_on "gettext"  | 
