We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9bd28 commit f92c010Copy full SHA for f92c010
Formula/s/sdl3.rb
@@ -1,8 +1,8 @@
1
class Sdl3 < Formula
2
desc "Low-level access to audio, keyboard, mouse, joystick, and graphics"
3
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"
+ url "https://github.com/libsdl-org/SDL/releases/download/release-3.2.24/SDL3-3.2.24.tar.gz"
+ sha256 "81cc0fc17e5bf2c1754eeca9af9c47a76789ac5efdd165b3b91cbbe4b90bfb76"
6
license "Zlib"
7
head "https://github.com/libsdl-org/SDL.git", branch: "main"
8
0 commit comments