Merge pull request #708 from mitchellh/update-hf

pkg/harfbuzz: update to 8.2.2
This commit is contained in:
Mitchell Hashimoto
2023-10-20 09:19:51 -07:00
committed by GitHub

View File

@ -1,10 +1,10 @@
.{
.name = "harfbuzz",
.version = "2.13.2",
.version = "8.2.2",
.dependencies = .{
.harfbuzz = .{
.url = "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/8.2.1.tar.gz",
.hash = "12203c1b09a2cf778367376076301322235816598eaf0639da08b233ab852548df92",
.url = "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/8.2.2.tar.gz",
.hash = "1220d27d0e3ddd47705cbe1505076058cb41649336d35ea51369ec8f042c35991e0f",
},
.freetype = .{ .path = "../freetype" },