Skip to content

Commit 079cbcc

Browse files
Download Pango over FTP, not HTTPS. Expired cert. We verify hash of downloaded file anyway.
1 parent 1c7081a commit 079cbcc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dependency-builder/src/main/cpp/packages/pango.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ include_guard(GLOBAL)
22

33
ExternalProjectMeson(pango
44
DEPENDS cairo fontconfig freetype fribidi glib-2.0 harfbuzz
5-
URL https://ftp.gnome.org/pub/GNOME/sources/pango/1.44/pango-1.44.7.tar.xz
5+
# URL https://ftp.gnome.org/pub/GNOME/sources/pango/1.44/pango-1.44.7.tar.xz
6+
URL ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.44/pango-1.44.7.tar.xz
67
URL_HASH SHA256=66a5b6cc13db73efed67b8e933584509f8ddb7b10a8a40c3850ca4a985ea1b1f
78
CONFIGURE_ARGUMENTS -Dintrospection=false
89
)

0 commit comments

Comments
 (0)