Skip to content

Commit ce97e3d

Browse files
authored
Merge pull request #206722 from Homebrew/bump-sdl3-3.2.2
sdl3 3.2.2
2 parents 9ef8985 + 07d0690 commit ce97e3d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,6 +2910,7 @@ sdl2
29102910
sdl2_image
29112911
sdl2_sound
29122912
sdl2_ttf
2913+
sdl3
29132914
seal
29142915
seam
29152916
seaweedfs

Formula/s/sdl3.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Sdl3 < Formula
22
desc "Low-level access to audio, keyboard, mouse, joystick, and graphics"
33
homepage "https://www.libsdl.org/"
4-
url "https://github.com/libsdl-org/SDL/releases/download/release-3.2.0/SDL3-3.2.0.tar.gz"
5-
sha256 "bf308f92c5688b1479faf5cfe24af72f3cd4ce08d0c0670d6ce55bc2ec1e9a5e"
4+
url "https://github.com/libsdl-org/SDL/releases/download/release-3.2.2/SDL3-3.2.2.tar.gz"
5+
sha256 "d3dcf1b2f64746be0f248ef27b35aec4f038dafadfb83491f98a7fecdaf6efec"
66
license "Zlib"
77
head "https://github.com/libsdl-org/SDL.git", branch: "main"
88

@@ -13,12 +13,12 @@ class Sdl3 < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any, arm64_sequoia: "cd0666d5f37a27cc66311756d868e971ec15a2573dc19240cb98d34a991f352d"
17-
sha256 cellar: :any, arm64_sonoma: "3de7a53ffe85996d48f6f6704f3be9c88aa2a8692c51dcdddddc84f90b02bfb9"
18-
sha256 cellar: :any, arm64_ventura: "f0d9cb86ed4036a5c5da3008ce8dd76528c9c9f54e684c2c74e53067baf32a76"
19-
sha256 cellar: :any, sonoma: "4339c70cd1dfde8b1d90d1bdee543715fcb9dacc60bbf69af9ec27623b7a7e79"
20-
sha256 cellar: :any, ventura: "0442b21f126459a72f46e4f533b390a0970f3321ef2716d0a4c3f3947f863d4c"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eac5c83251c1d2dcdfcabe7c700465f865f675a51161205fd2e5e8acf6419b83"
16+
sha256 cellar: :any, arm64_sequoia: "a39d5efa55aef1677d8fd9895843e23ac4e09d5fa394033bfa45a88735bc371a"
17+
sha256 cellar: :any, arm64_sonoma: "454ee098a5d0b4e5e075ee5158945682b2343ec207fac0a0d74d86516fb8eab5"
18+
sha256 cellar: :any, arm64_ventura: "00a0838140cc15832d4062b6c7b76a34e9b2d16a01dec05b8eb53a4cfafdfdcb"
19+
sha256 cellar: :any, sonoma: "af211d978f9dbe9074b3d329e9d9e07a8077390423177b211953c3c76c43cfd6"
20+
sha256 cellar: :any, ventura: "abb43266dd0cb892c7c3c9beb19c2c55538cd90b0280daff0d9f4bdea36cb633"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a1c90b5659063292888bd66394422b5247d5569eb62a7ecd04e73c59b28c2716"
2222
end
2323

2424
depends_on "cmake" => :build

0 commit comments

Comments
 (0)