mgba: change qt to qt@5
parent
7c56fe8651
commit
615d52b422
|
@ -4,7 +4,7 @@ class Mgba < Formula
|
|||
url "https://github.com/mgba-emu/mgba/archive/0.8.4.tar.gz"
|
||||
sha256 "6b94873dac9040fd6fd9f13f76dc48f342e954f3b4cf82717b59601c3a32b72c"
|
||||
license "MPL-2.0"
|
||||
revision 2
|
||||
revision 3
|
||||
head "https://github.com/mgba-emu/mgba.git"
|
||||
|
||||
livecheck do
|
||||
|
@ -25,7 +25,7 @@ class Mgba < Formula
|
|||
depends_on "libepoxy"
|
||||
depends_on "libpng"
|
||||
depends_on "libzip"
|
||||
depends_on "qt"
|
||||
depends_on "qt@5"
|
||||
depends_on "sdl2"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue