pkg/harfbuzz: update

This commit is contained in:
Mitchell Hashimoto
2024-05-09 20:55:02 -07:00
parent 0c0b67c887
commit 6672568473

View File

@ -1,11 +1,11 @@
.{ .{
.name = "harfbuzz", .name = "harfbuzz",
.version = "8.2.2", .version = "8.4.0",
.paths = .{""}, .paths = .{""},
.dependencies = .{ .dependencies = .{
.harfbuzz = .{ .harfbuzz = .{
.url = "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/8.2.2.tar.gz", .url = "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/8.4.0.tar.gz",
.hash = "1220d27d0e3ddd47705cbe1505076058cb41649336d35ea51369ec8f042c35991e0f", .hash = "1220b8588f106c996af10249bfa092c6fb2f35fbacb1505ef477a0b04a7dd1063122",
}, },
.freetype = .{ .path = "../freetype" }, .freetype = .{ .path = "../freetype" },