Skip to content

Commit

Permalink
harfbuzz: add 6.0.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 26, 2023
1 parent 92d4413 commit 5b8732a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/harfbuzz.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
class Harfbuzz < Formula
desc "OpenType text shaping engine"
homepage "https://github.com/harfbuzz/harfbuzz"
url "https://github.com/harfbuzz/harfbuzz/archive/5.3.1.tar.gz"
sha256 "77c8c903f4539b050a6d3a5be79705c7ccf7b1cb66d68152a651486e261edbd2"
url "https://github.com/harfbuzz/harfbuzz/archive/6.0.0.tar.gz"
sha256 "6d753948587db3c7c3ba8cc4f8e6bf83f5c448d2591a9f7ec306467f3a4fe4fa"
license "MIT"
head "https://github.com/harfbuzz/harfbuzz.git", branch: "main"

bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/harfbuzz"
sha256 cellar: :any_skip_relocation, mojave: "efece6d2993b420929a86a1c78216b9a5b2bd9400df16ccb1fe346cf917cce6a"
sha256 cellar: :any, mojave: "4600e01bfaa73d5b9129fbee2e51e0f4b426c43c2ac7d4e9e9bd04154d2b0c1a"
end

depends_on "gobject-introspection" => :build
depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on "[email protected]" => [:build, :test]
depends_on "pygobject3" => :test
depends_on "cairo"
Expand Down

0 comments on commit 5b8732a

Please sign in to comment.