diff --git a/Formula/s/sdl3.rb b/Formula/s/sdl3.rb index 2d9745b61d8f..1d0e7ad64541 100644 --- a/Formula/s/sdl3.rb +++ b/Formula/s/sdl3.rb @@ -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" @@ -14,12 +14,12 @@ class Sdl3 < Formula end bottle do - sha256 cellar: :any, arm64_tahoe: "b941840dd9cf51e809caace7b82226c9c0733b50bb5e9672cff9d66bcf7aa145" - sha256 cellar: :any, arm64_sequoia: "72b0114451067003c6ad857b4a462f303f24ef756d2e01d6b6872421635d6a47" - sha256 cellar: :any, arm64_sonoma: "bc23a37e5bd9af3fdd6fa958294d9579b5000ab9702a992332c4a2acf40edf38" - sha256 cellar: :any, sonoma: "7691c5be02726b18dddd7ce5b4a866248eafeb1cdd8b5627f26d1c1a32cee753" - sha256 cellar: :any_skip_relocation, arm64_linux: "f21a84f5266c61587b23c5bb238fe5d952419062e0f81f22ac5a42c0b13b31ce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b7d16d1f21eb263ae96fe3afe6958b96d2e951ad2a288d0e7735561206ecb7f7" + sha256 cellar: :any, arm64_tahoe: "e755581de2dc4d285d7408cbdcd028786e86554f6b9ad1a39640a8684947a862" + sha256 cellar: :any, arm64_sequoia: "f85fe79a52ebe9e384779ecfc30ddb9dcc80a300ac9c3c218c8857dc2c6a977c" + sha256 cellar: :any, arm64_sonoma: "557ed179eb9bb6c0c8b989d5614cf0029c3f7844444068569072f1416596ecb7" + sha256 cellar: :any, sonoma: "1d046b4f5c731870ce735c69614c84585753ddd3e0bcf328bff98ec30a7aaaef" + sha256 cellar: :any_skip_relocation, arm64_linux: "b20d983b09b1f6e065837f9d5d8a746d10c6cd443c6e5442e013a7cec1e1b592" + sha256 cellar: :any_skip_relocation, x86_64_linux: "752ae1ed99c939e1888fc616f0209d3376389d3d27afb62afeb8a081c74a9ed5" end depends_on "cmake" => :build