Skip to content

Commit b842945

Browse files
committed
Update to FreeType 2.14.1.
1 parent 86135e3 commit b842945

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-natives.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build native dependencies (FreeType)
22

33
# Change target FreeType version based on https://github.com/freetype/freetype/tags.
44
env:
5-
FREETYPE_VERSION: VER-2-13-0 # Make sure this matches the version mentioned in the description in the .nuspec file.
5+
FREETYPE_VERSION: VER-2-14-1 # Make sure this matches the version mentioned in the description in the .nuspec file.
66

77
on:
88
pull_request:

OpenRA-FreeType6.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<description>
1111
This is a version of FreeType patched and packaged for OpenRA.
12-
The package includes the native binaries for FreeType 2.13.0.
12+
The package includes the native binaries for FreeType 2.14.1.
1313
</description>
1414
<!-- Copyright claim taken from their GitHub repository. -->
1515
<copyright>
16-
Copyright (C) 2013-2023 by David Turner, Robert Wilhelm, and Werner Lemberg
16+
Copyright (C) 2013-2025 by David Turner, Robert Wilhelm, and Werner Lemberg
1717
</copyright>
1818
<license type="expression">FTL OR GPL-2.0-only</license>
1919
<tags>OpenRA natives FreeType</tags>

0 commit comments

Comments
 (0)