From cc99578f381983ff9ce0be16316df65b5cb09dfe Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 5 Jul 2019 00:00:38 +0200 Subject: [PATCH] freetype 2.10.0 => 2.10.1 --- 3rdparty/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/Makefile b/3rdparty/Makefile index 56732073..789ed5f7 100644 --- a/3rdparty/Makefile +++ b/3rdparty/Makefile @@ -104,12 +104,12 @@ ZLIBARCH=$(ZLIB).tar.gz ZLIBURL=https://www.zlib.net/$(ZLIBARCH) ZLIBURLALT=http://downloads.sourceforge.net/project/libpng/zlib/$(ZLIBVER)/$(ZLIBARCH) ZLIBSHA256=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 -FREETYPEVER=2.10.0 +FREETYPEVER=2.10.1 FREETYPE=freetype-$(FREETYPEVER) FREETYPEARCH=$(FREETYPE).tar.gz FREETYPEURL=https://download.savannah.gnu.org/releases/freetype/$(FREETYPEARCH) FREETYPEURLALT=https://sourceforge.net/projects/freetype/files/freetype2/$(FREETYPEVER)/$(FREETYPEARCH) -FREETYPESHA256=955e17244e9b38adb0c98df66abb50467312e6bb70eac07e49ce6bd1a20e809a +FREETYPESHA256=3a60d391fd579440561bf0e7f31af2222bc610ad6ce4d9d7bd2165bca8669110 LATESTFREETYPEVER = $(shell curl -s -S -I "https://sourceforge.net/projects/freetype/files/latest/download" |grep location | sed 's:.*/\([0-9.]*\)/.*:\1:' ) LUAVER=5.3.5 LUA=lua-$(LUAVER)