From 95d8781e08ebca8b87833f7138ee261382e53a39 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sat, 24 May 2014 03:02:33 +0100 Subject: [PATCH] john-jumbo: add 1.7.9 bottle. --- Formula/john-jumbo.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/john-jumbo.rb b/Formula/john-jumbo.rb index 47ffa7776a2..2369833279b 100644 --- a/Formula/john-jumbo.rb +++ b/Formula/john-jumbo.rb @@ -5,6 +5,12 @@ class JohnJumbo < Formula url 'http://www.openwall.com/john/g/john-1.7.9.tar.bz2' sha1 '8f77bdd42b7cf94ec176f55ea69c4da9b2b8fe3b' + bottle do + sha1 "e8e70d8faea2a658e13eedab50e47963ec4eee90" => :mavericks + sha1 "ab7863263afde93de0e053e69600eabed08f372c" => :mountain_lion + sha1 "b5fdd50dfc99f07f8afc1c6fa53f6afdc0c5684c" => :lion + end + conflicts_with 'john', :because => 'both install the same binaries' depends_on "openssl"