huexpress: update sdl2_mixer dependency
Closes #14381. Signed-off-by: JCount <JCount42@gmail.com>
This commit is contained in:
parent
5025d6a1a2
commit
499f7f724a
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Huexpress < Formula
|
|||
homepage "https://github.com/kallisti5/huexpress"
|
||||
url "https://github.com/kallisti5/huexpress/archive/3.0.3.tar.gz"
|
||||
sha256 "159a13cd469d0645377377604c0fc4b3d3d1980d4d0e71c634c293f99db2c497"
|
||||
revision 1
|
||||
head "https://github.com/kallisti5/huexpress.git"
|
||||
|
||||
bottle do
|
||||
|
@ -15,7 +16,7 @@ class Huexpress < Formula
|
|||
depends_on "scons" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "sdl2"
|
||||
depends_on "sdl2_mixer" => "with-libvorbis"
|
||||
depends_on "sdl2_mixer"
|
||||
depends_on "libvorbis"
|
||||
depends_on "libzip"
|
||||
|
||||
|
|
Loading…
Reference in a new issue