diff options
| author | Jack Nagel | 2014-03-16 21:35:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 23:09:22 -0500 |
| commit | 9b504dcf1d476d5d53910d9854970485c09ba3b3 (patch) | |
| tree | eba9113b286c5ca9e2b7372216590d43ec452970 /Library | |
| parent | b985aa6e5dc883f02bcf737bb4d29806c623c034 (diff) | |
| download | homebrew-9b504dcf1d476d5d53910d9854970485c09ba3b3.tar.bz2 | |
ttf2pt1: use checksummed patches
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ttf2pt1.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/ttf2pt1.rb b/Library/Formula/ttf2pt1.rb index 0774db40b..85569a1b6 100644 --- a/Library/Formula/ttf2pt1.rb +++ b/Library/Formula/ttf2pt1.rb @@ -5,9 +5,10 @@ class Ttf2pt1 < Formula url 'https://downloads.sourceforge.net/ttf2pt1/ttf2pt1-3.4.4.tgz' sha1 '936771b11a740c16a8e0adb737b54b22cca18cb2' - def patches - # From MacPorts, needed to find free-type on OS X. - { :p0 => "https://trac.macports.org/export/75341/trunk/dports/print/ttf2pt1/files/patch-ft.c" } + # From MacPorts, needed to find free-type on OS X. + patch :p0 do + url "https://trac.macports.org/export/75341/trunk/dports/print/ttf2pt1/files/patch-ft.c" + sha1 "860db2a018cf9cc66f7c7d83263fffb2d5da07a3" end def install |
