From 4de58e13d05596b3988f4411b76214548baf06a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Fri, 21 Nov 2014 10:21:24 +0000 Subject: odt2txt: add 0.5 bottle. --- Library/Formula/odt2txt.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library') diff --git a/Library/Formula/odt2txt.rb b/Library/Formula/odt2txt.rb index 07167410d..6a73a500a 100644 --- a/Library/Formula/odt2txt.rb +++ b/Library/Formula/odt2txt.rb @@ -5,6 +5,13 @@ class Odt2txt < Formula url "https://github.com/dstosberg/odt2txt/archive/v0.5.tar.gz" sha1 "deac1995f02d3b907843dd99a975b201a5f55177" + bottle do + cellar :any + sha1 "21e4d5f82d941a5ba13f191b6c4011aa456b5c7e" => :yosemite + sha1 "0bc3eb54110df5ba74f18f0b89dfe6819e7e3b75" => :mavericks + sha1 "064b2423089db500bf5d850f97b95e32bc947cab" => :mountain_lion + end + def install system "make", "install" end -- cgit v1.2.3