diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lcdf-typetools.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/lcdf-typetools.rb b/Library/Formula/lcdf-typetools.rb index c76907aa5..8ebba837f 100644 --- a/Library/Formula/lcdf-typetools.rb +++ b/Library/Formula/lcdf-typetools.rb @@ -1,11 +1,11 @@ -require 'formula' +require "formula" class LcdfTypetools < Formula - homepage 'http://www.lcdf.org/type/' - url 'http://www.lcdf.org/type/lcdf-typetools-2.100.tar.gz' - sha256 '7ae7940df8a33de945c401e81aed414df796db692a30e38ba734c6117b73b2cd' + homepage "http://www.lcdf.org/type/" + url "http://www.lcdf.org/type/lcdf-typetools-2.101.tar.gz" + sha256 "bbbaddb3d9681ba93de400c876b76412a370e1a1c94fe4e71393777759b214a5" - conflicts_with 'open-mpi', :because => 'both install same set of binaries.' + conflicts_with "open-mpi", :because => "both install same set of binaries." def install system "./configure", "--disable-dependency-tracking", |
