Skip to content

Commit dea5794

Browse files
authored
Merge pull request Homebrew#236474 from Homebrew/bump-freetype-2.14.0
freetype 2.14.0
2 parents 9b005b1 + e3d8173 commit dea5794

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

Formula/f/freetype.rb

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Freetype < Formula
22
desc "Software library to render fonts"
33
homepage "https://www.freetype.org/"
4-
url "https://downloads.sourceforge.net/project/freetype/freetype2/2.13.3/freetype-2.13.3.tar.xz"
5-
mirror "https://download.savannah.gnu.org/releases/freetype/freetype-2.13.3.tar.xz"
6-
sha256 "0550350666d427c74daeb85d5ac7bb353acba5f76956395995311a9c6f063289"
4+
url "https://downloads.sourceforge.net/project/freetype/freetype2/2.14.0/freetype-2.14.0.tar.xz"
5+
mirror "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.0.tar.xz"
6+
sha256 "f8dfa8f15ef0576738dfb55b2e6e6b172fd5d09b6f03785a1df03239549f64d2"
77
license "FTL"
88

99
livecheck do
@@ -12,15 +12,13 @@ class Freetype < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "bcd39d3a523690cb0673df46122ff62763c5cd93bfff21bdcab856501d2dfb49"
16-
sha256 cellar: :any, arm64_sonoma: "939f90de3dd92919020832ba03d6617a0d2ec9a8e185f6a2c518f149c7b299f4"
17-
sha256 cellar: :any, arm64_ventura: "47122c7d025f841f3816f1bc2c14ad1e6b4227ccc56eae2827fa585d3b58dbc5"
18-
sha256 cellar: :any, arm64_monterey: "ace9a5d707a94eb85c67fe349e48c9264287c2d80e0ce60f9bfe5772be2983f4"
19-
sha256 cellar: :any, sonoma: "e79e0ffb36311b2abbd0cd44abcf5e938768b2d63d6268e68d5eaa4d34d9323e"
20-
sha256 cellar: :any, ventura: "495efbb088b72c7a2881133bcd53375dd99925124d2bf1f0e0882a3c1a332b10"
21-
sha256 cellar: :any, monterey: "eb6099180cefba47b4e31f9680494fa8a1a60e50f190232b281f6beed53874a0"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "b5d9d793c5dc7b6a1187e1266a133a39854d2ac32e77c2d1baab90882006fdc6"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d847168ffbda85c4470d7599436263b0fd8623687863e26ee434db56cd5dde9"
15+
sha256 cellar: :any, arm64_sequoia: "3316a38555210e86a126f81840d32ed6a0a3e2dfac5bd4d0a407dfeb6a2b97b7"
16+
sha256 cellar: :any, arm64_sonoma: "59c1b6678e6132a21ddea51e9b9f53ed087512bdd3c398f56da396d2e54d62ff"
17+
sha256 cellar: :any, arm64_ventura: "18bfcee156c39d5d5b2d5d7237503878de88fb45b9d1a6707fb8e48a58e11ea2"
18+
sha256 cellar: :any, sonoma: "31703ac37b0205c61bd90786498d6f6ab08352238152eab899b4f37674a3b151"
19+
sha256 cellar: :any, ventura: "2b49e12c5195cfeb876193766ae97b1a5c2f47c9928711872e280d2ff5bba1ac"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "8497f71b32c54e0679d1f6a7e60abedd7d6658ba381b70b4a65fb2b7075213b2"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "574a04ba374677b57ad84db97602edd8d292bca70c9dca3d0bb8111f6a231064"
2422
end
2523

2624
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)