11class Sdl3 < Formula
22 desc "Low-level access to audio, keyboard, mouse, joystick, and graphics"
33 homepage "https://libsdl.org/"
4- url "https://github.com/libsdl-org/SDL/releases/download/release-3.2.22 /SDL3-3.2.22 .tar.gz"
5- sha256 "f29d00cbcee273c0a54f3f32f86bf5c595e8823a96b1d92a145aac40571ebfcc "
4+ url "https://github.com/libsdl-org/SDL/releases/download/release-3.2.24 /SDL3-3.2.24 .tar.gz"
5+ sha256 "81cc0fc17e5bf2c1754eeca9af9c47a76789ac5efdd165b3b91cbbe4b90bfb76 "
66 license "Zlib"
77 head "https://github.com/libsdl-org/SDL.git" , branch : "main"
88
@@ -13,14 +13,12 @@ class Sdl3 < Formula
1313 end
1414
1515 bottle do
16- sha256 cellar : :any , arm64_tahoe : "a2284f75bc7fd0a84ce2410efddbc637a2903c2be73a83e6a4ff008762c902a5"
17- sha256 cellar : :any , arm64_sequoia : "e8f94c94ee5a7ac70b84488f274bfad726da22f9a87b95e11e502129c6b0cafc"
18- sha256 cellar : :any , arm64_sonoma : "ae9c02119ef1559ead149460e0479fc3edfc0a86fb5c64dcf39721435ef5d204"
19- sha256 cellar : :any , arm64_ventura : "7fc2aac80a434868e9736165ba7cba3a94c74b9bbcc90b0e9d4c78c1926d7edc"
20- sha256 cellar : :any , sonoma : "596d0680c040b9f0042da4c9df7ae4a67956b8c8ab6c880fa4eae3d1f138ed54"
21- sha256 cellar : :any , ventura : "761a2b603e8eb92a8f558b1f61545d7e5565bfcd86d53b9b91a5698ab7d433bc"
22- sha256 cellar : :any_skip_relocation , arm64_linux : "5f6bae46a1bc5622502a59f15c6ab01d74d879cb302a4abe7c41dca2d2549988"
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "0168e51694161204dd09eabd545557334a4f7248d7023ec0633054eaf0bb3124"
16+ sha256 cellar : :any , arm64_tahoe : "93ecc626d5cb343d2695ba9c8a8fa27174c142ef34a0915acf942ef220de59fb"
17+ sha256 cellar : :any , arm64_sequoia : "19e49bd50dc7b3c42a908bfc8ab396bd8c434a879564bde5f714a7863a1ef8fc"
18+ sha256 cellar : :any , arm64_sonoma : "3203016bc5ba85c8b569e6ffb8217a840756081629d72098847e077fc2746dd5"
19+ sha256 cellar : :any , sonoma : "e40e900b071e714f62d9e76c0cb8ab4a2626176cc779176ecb4f131a4904be83"
20+ sha256 cellar : :any_skip_relocation , arm64_linux : "b05a24f02366323c1286aced6ed17a38beaddd2a9582b4992d66b73e011ddc49"
21+ sha256 cellar : :any_skip_relocation , x86_64_linux : "0656645e08fd5008709f1af176b378c550664fd2e14379d0b7b193fc39852ee8"
2422 end
2523
2624 depends_on "cmake" => :build
0 commit comments