Update FreeType to 2.13.2

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9147 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 705ba7b36d57a3eced7cb6b8bf702624bca518b1
Former-commit-id: fe3d2ac11c0d2a1198da91fd1234df5f9b498b99
This commit is contained in:
beaglejoe 2023-09-01 21:47:23 +00:00
parent b41a549df6
commit 9e6477ab2c
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FreeType 2.13.1
FreeType 2.13.2
===============
Homepage: https://www.freetype.org
@ -32,9 +32,9 @@ sites. Go to
and download one of the following files.
freetype-doc-2.13.1.tar.xz
freetype-doc-2.13.1.tar.gz
ftdoc2131.zip
freetype-doc-2.13.2.tar.xz
freetype-doc-2.13.2.tar.gz
ftdoc2132.zip
To view the documentation online, go to

View file

@ -170,12 +170,12 @@ set(PNG_HASH SHA256=8f720b363aa08683c9bf2a563236f45313af2c55d542b5481ae17dd8d183
# freetype
message(STATUS "Note special path handling (version in path) AND hard-coded 'freetype2'")
set(FREETYPE_VERSION 2.13.1)
set(FREETYPE_VERSION 2.13.2)
set(FREETYPE_PROJECT freetype-${FREETYPE_VERSION})
string(REPLACE "." "" FREETYPE_TAG ${FREETYPE_VERSION})
set(FREETYPE_FILE ft${FREETYPE_TAG}.zip)
set(FREETYPE_URL https://sourceforge.net/projects/freetype/files/freetype2/${FREETYPE_VERSION}/${FREETYPE_FILE}/download)
set(FREETYPE_HASH SHA256=9f8c3e6b34090a22b8ee89179830cfd49dc655664b22bc36a729a30043df2e9d)
set(FREETYPE_HASH SHA256=b7e5b03d2e890c4a881e9fab5870463a37fc9cb934c886b9aab2f6fd637ae783)
message(STATUS "Note special path handling (version in path) AND hard-coded 'freetype2'")
set(FREETYPE_LEGACY_VERSION 2.10.4)