ttf2pt1: use checksummed patches
This commit is contained in:
parent
9a85c75e37
commit
ba302ed38a
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue