xlslib: add 2.4.0 bottle.
This commit is contained in:
parent
cc8a311157
commit
e718e309c8
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue