package/freetype: bump version to 2.9

Changelog:
https://sourceforge.net/projects/freetype/files/freetype2/2.9/

Upstream changed its project URL to https in docs/FTL.TXT. We do the
same in Config.in and update the license hash for docs/FTL.TXT.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018.05.x
Bernd Kuhls 2018-04-01 09:48:22 +02:00 committed by Thomas Petazzoni
parent ee156ad480
commit 0d386f8847
3 changed files with 7 additions and 7 deletions

View File

@ -3,4 +3,4 @@ config BR2_PACKAGE_FREETYPE
help
a free, high-quality and portable font engine.
http://www.freetype.org/
https://www.freetype.org/

View File

@ -1,9 +1,9 @@
# From https://sourceforge.net/projects/freetype/files/freetype2/2.8.1/
md5 bf0a210b6fe781228fa0e4a80691a521 freetype-2.8.1.tar.bz2
sha1 417bb3747c4ac95b6f2652024a53fad45581fa1c freetype-2.8.1.tar.bz2
# From https://sourceforge.net/projects/freetype/files/freetype2/2.9/
md5 513c403c110016fdc7e537216a642b1d freetype-2.9.tar.bz2
sha1 94c4399b1a55c5892812e732843fcb4a7c2fe657 freetype-2.9.tar.bz2
# Locally calculated
sha256 e5435f02e02d2b87bb8e4efdcaa14b1f78c9cf3ab1ed80f94b6382fb6acc7d78 freetype-2.8.1.tar.bz2
sha256 e6ffba3c8cef93f557d1f767d7bc3dee860ac7a3aaff588a521e081bc36f4c8a freetype-2.9.tar.bz2
sha256 fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb docs/LICENSE.TXT
sha256 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78 docs/FTL.TXT
sha256 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1 docs/FTL.TXT
sha256 c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18 docs/GPLv2.TXT

View File

@ -4,7 +4,7 @@
#
################################################################################
FREETYPE_VERSION = 2.8.1
FREETYPE_VERSION = 2.9
FREETYPE_SOURCE = freetype-$(FREETYPE_VERSION).tar.bz2
FREETYPE_SITE = http://download.savannah.gnu.org/releases/freetype
FREETYPE_INSTALL_STAGING = YES