From 3fc5b02d7315a9d80654a4e935ac203ad0f9502d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 2 Jan 2024 15:27:59 -0800 Subject: [PATCH] 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. --- pkg/fontconfig/build.zig.zon | 2 +- pkg/pixman/build.zig.zon | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/fontconfig/build.zig.zon b/pkg/fontconfig/build.zig.zon index e82647b76..3cb6b82db 100644 --- a/pkg/fontconfig/build.zig.zon +++ b/pkg/fontconfig/build.zig.zon @@ -3,7 +3,7 @@ .version = "2.14.2", .dependencies = .{ .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", }, diff --git a/pkg/pixman/build.zig.zon b/pkg/pixman/build.zig.zon index 7c2777047..c4ed35a62 100644 --- a/pkg/pixman/build.zig.zon +++ b/pkg/pixman/build.zig.zon @@ -3,7 +3,7 @@ .version = "0.42.2", .dependencies = .{ .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", }, },