Skip to content

Commit d868a54

Browse files
danyeawnacho
authored andcommitted
Update fontconfig to version 2.16.1
1 parent 98dbd39 commit d868a54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gvsbuild/projects/fontconfig.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ def __init__(self):
2424
Project.__init__(
2525
self,
2626
"fontconfig",
27-
version="2.16.0",
27+
version="2.16.1",
2828
lastversion_even=True,
2929
repository="https://gitlab.freedesktop.org/fontconfig/fontconfig",
30-
archive_url="https://www.freedesktop.org/software/fontconfig/release/fontconfig-{version}.tar.xz",
31-
hash="6a33dc555cc9ba8b10caf7695878ef134eeb36d0af366041f639b1da9b6ed220",
30+
archive_url="https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontconfig/{version}/fontconfig-{version}.tar.xz",
31+
hash="f4577b62f3a909597c9fb032c6a7a2ae39649ed8ce7048b615a48f32abc0d53a",
3232
dependencies=["freetype", "gperf", "expat"],
3333
)
3434
self.add_param("-Dtests=disabled")

0 commit comments

Comments
 (0)