pkg/fontconfig: move some dependencies to our own mirror

These are unmodified, so users can still verify the checksum with the
official downloads if they feel unsafe.
This commit is contained in:
Mitchell Hashimoto
2024-01-02 15:27:59 -08:00
parent 46ccf6b02e
commit 3fc5b02d73
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
.version = "2.14.2", .version = "2.14.2",
.dependencies = .{ .dependencies = .{
.fontconfig = .{ .fontconfig = .{
.url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.14.2.tar.gz", .url = "https://deps.files.ghostty.dev/fontconfig-2.14.2.tar.gz",
.hash = "12201149afb3326c56c05bb0a577f54f76ac20deece63aa2f5cd6ff31a4fa4fcb3b7", .hash = "12201149afb3326c56c05bb0a577f54f76ac20deece63aa2f5cd6ff31a4fa4fcb3b7",
}, },

View File

@ -3,7 +3,7 @@
.version = "0.42.2", .version = "0.42.2",
.dependencies = .{ .dependencies = .{
.pixman = .{ .pixman = .{
.url = "https://gitlab.freedesktop.org/pixman/pixman/-/archive/pixman-0.42.2/pixman-pixman-0.42.2.tar.gz", .url = "https://deps.files.ghostty.dev/pixman-pixman-0.42.2.tar.gz",
.hash = "12209b9206f9a5d31ccd9a2312cc72cb9dfc3e034aee1883c549dc1d753fae457230", .hash = "12209b9206f9a5d31ccd9a2312cc72cb9dfc3e034aee1883c549dc1d753fae457230",
}, },
}, },