Skip to content

Commit c9f5826

Browse files
authored
Merge pull request #235803 from Homebrew/bump-sdl2-2.32.10
sdl2 2.32.10
2 parents 5cd3e86 + 59a0c6e commit c9f5826

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Formula/s/sdl2.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Sdl2 < 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-2.32.8/SDL2-2.32.8.tar.gz"
5-
sha256 "0ca83e9c9b31e18288c7ec811108e58bac1f1bb5ec6577ad386830eac51c787e"
4+
url "https://github.com/libsdl-org/SDL/releases/download/release-2.32.10/SDL2-2.32.10.tar.gz"
5+
sha256 "5f5993c530f084535c65a6879e9b26ad441169b3e25d789d83287040a9ca5165"
66
license "Zlib"
77

88
livecheck do
@@ -11,13 +11,13 @@ class Sdl2 < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "ccce09ed346668bd6c1e990be37c9b84ab93824211bc6e407f856adaff20a885"
15-
sha256 cellar: :any, arm64_sonoma: "49d38f1d199893861ab9c535b2a90d6fa339c3880e8d941d3da328c8ef3393e9"
16-
sha256 cellar: :any, arm64_ventura: "b709f4f2bb61ae5ef6bf769b40c61c50bc941e22fc8b48a9a7ad1b82eb5f44a8"
17-
sha256 cellar: :any, sonoma: "19b17973c310944f8cd81ae911306b5b98849e9b1b3f8609c3134e79cbb9b392"
18-
sha256 cellar: :any, ventura: "2b0d9b00446a44489a81fd2572e31e3578de957d87a98df678429142ec197b83"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "01be8b259743124645c252522b2fa2cf32b18fabff5c1aabe306452a8ef15923"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8125ef91c82aac016da1384a47ad7840b4b15a3f3d2f2ca50b4d29ef5cb9d95d"
14+
sha256 cellar: :any, arm64_sequoia: "702b9e09ac8a7cc8a99ab4e9298803bbfcd3179d7b029883fe760ceecf98e526"
15+
sha256 cellar: :any, arm64_sonoma: "5dc1f9fda53f4189beea57bfeffb205012c72e223cef488f6c3fa6c7dd0ba40e"
16+
sha256 cellar: :any, arm64_ventura: "865d7b096886d5d80425a1cfd7a3386056db8b8d4d7191ffc06f140b2785aa5e"
17+
sha256 cellar: :any, sonoma: "df04d6460b7ab3baefc14201d886a0e27e694a5ba11b075c5725402d8b143c15"
18+
sha256 cellar: :any, ventura: "5bb2ddf9a2403f7b76f9db786c017f9e38325ce1b6203b4b917afb23525ee04e"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "e050a5f8c665edb6a5afef282d9508355095a579484e92ea5dc69b26c5acc16c"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e98bc16de311c00276a48d4424b86ddc32fa9f65438edfa0fe048cff9e15d2db"
2121
end
2222

2323
head do
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"awscli": "v2",
33
"botan@2": "release-2",
4+
"sdl2": "SDL2",
45
"squid": "v6"
56
}

0 commit comments

Comments
 (0)