From 9a705a406eff8f5312c39f38f17f043940c274f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 26 Jan 2015 15:39:43 +0000 Subject: [PATCH] juman: add 7.01 bottle. --- Formula/juman.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/juman.rb b/Formula/juman.rb index 0c20c7a37d..5bfd1a8a6b 100644 --- a/Formula/juman.rb +++ b/Formula/juman.rb @@ -3,6 +3,12 @@ class Juman < Formula url "http://nlp.ist.i.kyoto-u.ac.jp/nl-resource/juman/juman-7.01.tar.bz2" sha1 "e22eb113f40216b8a04d811484a94f93f834ae9a" + bottle do + sha1 "124c6163b63a4ae87269419329ebb65c810f30b2" => :yosemite + sha1 "d3c9051c201101118fdde6ae5a49dea75911a59e" => :mavericks + sha1 "d886637082bfb1a55c528077abcaaf43d6b54372" => :mountain_lion + end + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"