aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 13:32:22 +0100
committerMike McQuaid2014-07-03 13:36:13 +0100
commit2ef42a87884048f2f4d31e24f51c1ac75f9a4be9 (patch)
tree000cca801809cc3e51a5095b3a11dd52bce43ba5 /Library
parent451cb132ab80e85bdf3c35ef5f400c3e06498887 (diff)
downloadhomebrew-2ef42a87884048f2f4d31e24f51c1ac75f9a4be9.tar.bz2
xlslib: add 2.4.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xlslib.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/xlslib.rb b/Library/Formula/xlslib.rb
index dd7b3ff1e..84fe4cbc0 100644
--- a/Library/Formula/xlslib.rb
+++ b/Library/Formula/xlslib.rb
@@ -5,6 +5,13 @@ class Xlslib < Formula
url 'https://downloads.sourceforge.net/project/xlslib/xlslib-package-2.4.0.zip'
sha1 '73447c5c632c0e92c1852bd2a2cada7dd25f5492'
+ bottle do
+ cellar :any
+ sha1 "3c59ef7c51a220426327497d48aab6188aa80d3a" => :mavericks
+ sha1 "69812c1e71bd582d61f1693bd00edc07a426360b" => :mountain_lion
+ sha1 "d9fc2ec1a71a7845fd48b41e2e63641bfb5d75f9" => :lion
+ end
+
def install
cd 'xlslib'
system "./configure", "--disable-debug", "--disable-dependency-tracking",