Commit c62459a8 authored by Ed Reel's avatar Ed Reel

Update freetype from 2.7.1 to 2.8

parent 872a0dbc
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class Freetype < Package class Freetype < Package
description 'FreeType is a freely available software library to render fonts.' description 'FreeType is a freely available software library to render fonts.'
homepage 'https://www.freetype.org/' homepage 'https://www.freetype.org/'
version '2.7.1' version '2.8'
source_url 'http://download.savannah.gnu.org/releases/freetype/freetype-2.7.1.tar.gz' source_url 'http://download.savannah.gnu.org/releases/freetype/freetype-2.8.tar.bz2'
source_sha256 '162ef25aa64480b1189cdb261228e6c5c44f212aac4b4621e28cf2157efb59f5' source_sha256 'a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b'
def self.build def self.build
system "./configure CFLAGS=\" -fPIC\"" system "./configure CFLAGS=\" -fPIC\""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment