Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdl2_sound 2.0.4 #204638

Merged
merged 2 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2846,6 +2846,7 @@ scw
sdb
sdl2
sdl2_image
sdl2_sound
sdl2_ttf
seal
seam
Expand Down
8 changes: 4 additions & 4 deletions Formula/s/sdl2_sound.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Sdl2Sound < Formula
desc "Abstract soundfile decoder for SDL"
homepage "https://icculus.org/SDL_sound/"
url "https://github.com/icculus/SDL_sound/releases/download/v2.0.2/SDL2_sound-2.0.2.tar.gz"
sha256 "465a81d6004af731768b881b2f50383150cc58a8d346653bad85e2375829cc3a"
url "https://github.com/icculus/SDL_sound/releases/download/v2.0.4/SDL2_sound-2.0.4.tar.gz"
sha256 "f73f6720dba2e677c0bf70d0c76ca3c96d865d04025e49a8b161711685961931"
license all_of: [
"Zlib",
any_of: ["Artistic-1.0-Perl", "LGPL-2.1-or-later"], # timidity
Expand Down Expand Up @@ -65,7 +65,7 @@ def install
File extension "UMX"
File extension "XM"
Written by Torbjörn Andersson <d91tan@Update.UU.SE>.
http://modplug-xmms.sourceforge.net/
https://modplug-xmms.sourceforge.net/

* MPEG-1 Audio Layer I-III
File extension "MP3"
Expand All @@ -82,7 +82,7 @@ def install
* Audio Interchange File Format
File extension "AIFF"
File extension "AIF"
Written by Torbjörn Andersson <d91tan@Update.UU.SE>.
Written by Torbjörn Andersson <d91tan@Update.UU.SE>.
https://icculus.org/SDL_sound/

* Sun/NeXT audio file format
Expand Down
Loading