sdl2_mixer: audit fixes

This commit is contained in:
Tomasz Pajor 2015-12-22 10:55:21 +01:00 committed by Dominyk Tiller
parent 192d29b9c5
commit e8a868ed07

View file

@ -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