lcdf-typetools: Update to 2.92
lcdf-typetools was updated to version 2.92 in the formula and compiled on OSX 10.6.8 x86_64 using llvm 2335 from XCode 4.0.2. The LCDF Typetools package contains several command-line programs for manipulating PostScript Type 1 and PostScript-flavored OpenType fonts. Closes Homebrew/homebrew#7603. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
df072ce304
commit
adc074fbd2
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class LcdfTypetools < Formula
|
||||
url 'http://www.lcdf.org/type/lcdf-typetools-2.88.tar.gz'
|
||||
url 'http://www.lcdf.org/type/lcdf-typetools-2.92.tar.gz'
|
||||
homepage 'http://www.lcdf.org/type/'
|
||||
md5 '526c6877e0c6145c1c821e89276b2a32'
|
||||
sha256 'a7a9eeab572f4f392870f6e70e291235af18633b30ac179342efb5e99b426860'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue