We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da641e commit 8bf0c4eCopy full SHA for 8bf0c4e
Formula/h/harfbuzz.rb
@@ -1,10 +1,9 @@
1
class Harfbuzz < Formula
2
desc "OpenType text shaping engine"
3
homepage "https://github.com/harfbuzz/harfbuzz"
4
- url "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/10.0.1.tar.gz"
5
- sha256 "e7358ea86fe10fb9261931af6f010d4358dac64f7074420ca9bc94aae2bdd542"
+ url "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/10.1.0.tar.gz"
+ sha256 "c758fdce8587641b00403ee0df2cd5d30cbea7803d43c65fddd76224f7b49b88"
6
license "MIT"
7
- revision 2
8
head "https://github.com/harfbuzz/harfbuzz.git", branch: "main"
9
10
bottle do
0 commit comments