rtf2latex2e: add 2.2.2 bottle.
This commit is contained in:
parent
a8ba11f434
commit
0f2253593e
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ class Rtf2latex2e < Formula
|
|||
version "2.2.2"
|
||||
sha256 "eb742af22f2ae43c40ea1abc5f50215e04779e51dc9d91cac9276b98f91bb1af"
|
||||
|
||||
bottle do
|
||||
sha256 "33b09e64921d8e0e39a63cb53f00d0e97c599715b13dfda8858293f5b1a646d4" => :el_capitan
|
||||
sha256 "3ec1089506f8f74d5718e33c9747cc5e2bc8b49542a121c20d4144797df33370" => :yosemite
|
||||
sha256 "6a823165a717df722d5072957d357bacee804512cf5242d0c1967b9ef300abda" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "install", "prefix=#{prefix}", "CC=#{ENV.cc}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue