aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-01-07 16:32:14 +0000
committerJack Nagel2015-01-12 21:08:35 -0500
commita1341be7e3016d8364416c91067a91d582fb7071 (patch)
tree74c4f44b7393a5c9a9c31032cc68043d2d5b0fa3
parentfcf837e1d6223f551c725316835a994001aa69d1 (diff)
downloadhomebrew-a1341be7e3016d8364416c91067a91d582fb7071.tar.bz2
diction: add 1.11 bottle.
-rw-r--r--Library/Formula/diction.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/diction.rb b/Library/Formula/diction.rb
index 22e1cbfc9..5bf5793ec 100644
--- a/Library/Formula/diction.rb
+++ b/Library/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}"