From 78857ba6beeb039ca29aac7cb044605ee13e1214 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 21 Jul 2014 20:20:25 +0100 Subject: gauche: add 0.9.4 bottle. Closes #31021. Signed-off-by: Mike McQuaid --- Library/Formula/gauche.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/gauche.rb b/Library/Formula/gauche.rb index 9a4972f38..c62237a4e 100644 --- a/Library/Formula/gauche.rb +++ b/Library/Formula/gauche.rb @@ -5,6 +5,12 @@ class Gauche < Formula url 'https://downloads.sourceforge.net/gauche/Gauche/Gauche-0.9.4.tgz' sha1 '2f0068d19adbc8e7fd3c04ab8e6576d0fac21ad6' + bottle do + sha1 "844ce90625ae0fd6ab27afc965edc7c05e6d283d" => :mavericks + sha1 "e039cf0ff8ab34db5053fe2a010822ec3205b5e3" => :mountain_lion + sha1 "087b1f85a18485fe2226892d9b96066a027de606" => :lion + end + def install system './configure', "--prefix=#{prefix}", '--disable-dependency-tracking', '--enable-multibyte=utf-8' -- cgit v1.2.3