diff options
| author | Jack Nagel | 2015-01-24 21:23:17 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-24 21:23:17 -0500 |
| commit | 4837e55837424322b03b9f3f302c9493b2d08af1 (patch) | |
| tree | 203abfccea29b1937037cd5bc231e1303157898c /Library/Formula | |
| parent | 90582ceccefde9b6ef22ac246ba3483af05b1e56 (diff) | |
| download | homebrew-4837e55837424322b03b9f3f302c9493b2d08af1.tar.bz2 | |
harfbuzz 0.9.38
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/harfbuzz.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/harfbuzz.rb b/Library/Formula/harfbuzz.rb index 38250e00b..777486e76 100644 --- a/Library/Formula/harfbuzz.rb +++ b/Library/Formula/harfbuzz.rb @@ -1,9 +1,7 @@ -require "formula" - class Harfbuzz < Formula homepage "http://www.freedesktop.org/wiki/Software/HarfBuzz" - url "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.37.tar.bz2" - sha256 "255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207" + url "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.38.tar.bz2" + sha256 "6736f383b4edfcaaeb6f3292302ca382d617d8c79948bb2dd2e8f86cdccfd514" bottle do cellar :any @@ -22,6 +20,6 @@ class Harfbuzz < Formula args = %W[--disable-dependency-tracking --prefix=#{prefix}] args << "--with-icu" if build.with? "icu4c" system "./configure", *args - system "make install" + system "make", "install" end end |
