Skip to content
Merged

sdl3 3.4.4 #276016

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/s/sdl3.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Sdl3 < Formula
desc "Low-level access to audio, keyboard, mouse, joystick, and graphics"
homepage "https://libsdl.org/"
url "https://github.com/libsdl-org/SDL/releases/download/release-3.4.2/SDL3-3.4.2.tar.gz"
sha256 "ef39a2e3f9a8a78296c40da701967dd1b0d0d6e267e483863ce70f8a03b4050c"
url "https://github.com/libsdl-org/SDL/releases/download/release-3.4.4/SDL3-3.4.4.tar.gz"
sha256 "ee712dbe6a89bb140bbfc2ce72358fb5ee5cc2240abeabd54855012db30b3864"
license "Zlib"
compatibility_version 1
head "https://github.com/libsdl-org/SDL.git", branch: "main"
Expand Down
Loading