mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
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:
@ -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",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user