diff options
| author | Brett Koonce | 2014-01-18 16:19:16 -0600 |
|---|---|---|
| committer | Brett Koonce | 2014-01-18 16:35:24 -0600 |
| commit | ce577f9c1f3faa919ae8c5366d69b5c1f741121b (patch) | |
| tree | abe3cc3a9e51a86cd84d660e01298c653be45b2a /Library | |
| parent | 931fb5ba2c96bce3a268faf2c7531dbf819e9a65 (diff) | |
| download | homebrew-ce577f9c1f3faa919ae8c5366d69b5c1f741121b.tar.bz2 | |
lcdf-typetools 2.100
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lcdf-typetools.rb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/lcdf-typetools.rb b/Library/Formula/lcdf-typetools.rb index 922c315dc..c76907aa5 100644 --- a/Library/Formula/lcdf-typetools.rb +++ b/Library/Formula/lcdf-typetools.rb @@ -2,16 +2,11 @@ require 'formula' class LcdfTypetools < Formula homepage 'http://www.lcdf.org/type/' - url 'http://www.lcdf.org/type/lcdf-typetools-2.99.tar.gz' - sha256 'cbb0ed8c42d078fb216b8f4b8ca7a29e0ad3c1969f580a6f2558c829a472adff' + url 'http://www.lcdf.org/type/lcdf-typetools-2.100.tar.gz' + sha256 '7ae7940df8a33de945c401e81aed414df796db692a30e38ba734c6117b73b2cd' conflicts_with 'open-mpi', :because => 'both install same set of binaries.' - def patches - # fixes https://github.com/kohler/lcdf-typetools/issues/3 - "https://github.com/kohler/lcdf-typetools/commit/d263fdf688166d1eedffb776d4cc72815d561c52.patch" - end - def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", |
