From 195a1ff95b7be2802729db1ef52ece75a4350a71 Mon Sep 17 00:00:00 2001 From: miccal Date: Sun, 19 Sep 2021 07:05:57 +0800 Subject: [PATCH] harfbuzz 3.0.0 Closes #85455. Signed-off-by: rui Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/harfbuzz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/harfbuzz.rb b/Formula/harfbuzz.rb index 8a6faa66736..0e98a24b6f4 100644 --- a/Formula/harfbuzz.rb +++ b/Formula/harfbuzz.rb @@ -1,8 +1,8 @@ class Harfbuzz < Formula desc "OpenType text shaping engine" homepage "https://github.com/harfbuzz/harfbuzz" - url "https://github.com/harfbuzz/harfbuzz/archive/2.9.1.tar.gz" - sha256 "f997abd0e3b90647408bfb01af2383b5fc9557af20137e7c2deaf2fa13705dc8" + url "https://github.com/harfbuzz/harfbuzz/archive/3.0.0.tar.gz" + sha256 "55f7e36671b8c5569b6438f80efed2fd663298f785ad2819e115b35b5587ef69" license "MIT" head "https://github.com/harfbuzz/harfbuzz.git"