From f26b9dfbc0f59f79bf3a33473b33496974b79cb9 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 7 Jan 2015 16:32:14 +0000 Subject: [PATCH] diction: add 1.11 bottle. --- Formula/diction.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/diction.rb b/Formula/diction.rb index 22e1cbfc94..5bf5793eca 100644 --- a/Formula/diction.rb +++ b/Formula/diction.rb @@ -4,6 +4,12 @@ class Diction < Formula mirror "https://ftp.gnu.org/gnu/diction/diction-1.11.tar.gz" sha1 "30c7c778959120d30fa67be9261d41de894f498b" + bottle do + sha1 "5a3520b96c45b01b39c14eb55537780fdbaeb830" => :yosemite + sha1 "cc7d45e7d240f0eef22dfcda475ee9daac382c36" => :mavericks + sha1 "23b2b3ebafb4434c0097cef9deef057ce1eec850" => :mountain_lion + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"