sdl2_mixer: audit fixes
This commit is contained in:
parent
192d29b9c5
commit
e8a868ed07
1 changed files with 1 additions and 2 deletions
|
@ -3,6 +3,7 @@ class Sdl2Mixer < Formula
|
|||
homepage "https://www.libsdl.org/projects/SDL_mixer/"
|
||||
url "https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.0.tar.gz"
|
||||
sha256 "a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b"
|
||||
head "https://hg.libsdl.org/SDL_mixer", :using => :hg
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -11,8 +12,6 @@ class Sdl2Mixer < Formula
|
|||
sha256 "b66197fe45e0a83fb658c94c95c5d755ace4fef16fb1d5c94f3b0f68876e0afc" => :mountain_lion
|
||||
end
|
||||
|
||||
head "https://hg.libsdl.org/SDL_mixer", :using => :hg
|
||||
|
||||
option :universal
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
|
|
Loading…
Reference in a new issue