Skip to content

Commit

Permalink
Merge pull request Homebrew#203197 from Homebrew/bump-sdl2_ttf-2.24.0
Browse files Browse the repository at this point in the history
sdl2_ttf 2.24.0
  • Loading branch information
BrewTestBot authored Jan 4, 2025
2 parents ccfda7d + 04f2ad8 commit c344610
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2787,6 +2787,7 @@ scw
sdb
sdl2
sdl2_image
sdl2_ttf
seal
seam
seaweedfs
Expand Down
18 changes: 8 additions & 10 deletions Formula/s/sdl2_ttf.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Sdl2Ttf < Formula
desc "Library for using TrueType fonts in SDL applications"
homepage "https://github.com/libsdl-org/SDL_ttf"
url "https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.22.0/SDL2_ttf-2.22.0.tar.gz"
sha256 "d48cbd1ce475b9e178206bf3b72d56b66d84d44f64ac05803328396234d67723"
url "https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.24.0/SDL2_ttf-2.24.0.tar.gz"
sha256 "0b2bf1e7b6568adbdbc9bb924643f79d9dedafe061fa1ed687d1d9ac4e453bfd"
license "Zlib"

# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
Expand All @@ -14,14 +14,12 @@ class Sdl2Ttf < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "d39aae740c3fecc2329784ee379b5faaebb2ae9977ac43e827aeb767a26f15da"
sha256 cellar: :any, arm64_sonoma: "244dc789ae5618ab35e6ff0508b9fb5a298e777ca5a41cbd41dc00846ab3a900"
sha256 cellar: :any, arm64_ventura: "51fc93a32a3ae58c3467186c977782f6aee043dcfec5990311393ce78fdd293c"
sha256 cellar: :any, arm64_monterey: "7000ed898fccf6f0ce7dd6ef383a5e389edb37cef5284156eb165dfc21d8339e"
sha256 cellar: :any, sonoma: "a84ed76722bda781c2ea2a978d6ddf8d895752e45b9dfaf9a0988d5c3e3755e8"
sha256 cellar: :any, ventura: "8f40d557b225e0fdd5ce0a80e9fb97fbf68ac1f147f38ea333b83e651cb80e81"
sha256 cellar: :any, monterey: "f06a7a2c359bf6a8eb4668e06b6d92374b72f3c3b0a0cc9e9fb97c11acfae87b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "60ca48a32fed27ead81ba32acc20e755e6e35dd5e4ef984eacb0319ea4381cf2"
sha256 cellar: :any, arm64_sequoia: "15e7d2771f3011e7acc050c32642eb312e96b51596300562a9f6395669608779"
sha256 cellar: :any, arm64_sonoma: "63163b41f4746695229e47cdf721975c8d03ea0809f924c8434389e38912e186"
sha256 cellar: :any, arm64_ventura: "50e4a60835bd4eb6437e7612f39e40f9377f555ef8046c8a465b622adfbcedaa"
sha256 cellar: :any, sonoma: "601eca4a716530bd0758865775581bb82f581c5a728df398231a0e4ba9b3071f"
sha256 cellar: :any, ventura: "effa9785cf42d097925fc27008e432f279aa519c11f48cfd98ee942301d15a47"
sha256 cellar: :any_skip_relocation, x86_64_linux: "482786481f8a3f5a8f6f147156f5af9cd192e43e2d5b6adf3a5914bcc53bc1cc"
end

head do
Expand Down

0 comments on commit c344610

Please sign in to comment.