aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-11-21 10:21:24 +0000
committerMike McQuaid2014-11-22 14:26:07 +0000
commit4de58e13d05596b3988f4411b76214548baf06a2 (patch)
tree6c68f26769cea9dc7247ff42380786190686cabb /Library
parent45c9a21111bb1459bfded076431e27c598e591e7 (diff)
downloadhomebrew-4de58e13d05596b3988f4411b76214548baf06a2.tar.bz2
odt2txt: add 0.5 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/odt2txt.rb7
1 files changed, 7 insertions, 0 deletions
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