mame 0.183
This commit is contained in:
parent
a9ef7c4c23
commit
7bda61c8a2
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
class Mame < Formula
|
||||
desc "Multiple Arcade Machine Emulator"
|
||||
homepage "http://mamedev.org/"
|
||||
url "https://github.com/mamedev/mame/archive/mame0179.tar.gz"
|
||||
version "0.179"
|
||||
sha256 "d1616ef32b884c3e7913378ebf5282b6f846f895f419eb92a9068770581e081b"
|
||||
url "https://github.com/mamedev/mame/archive/mame0183.tar.gz"
|
||||
version "0.183"
|
||||
sha256 "c12b3051f2f11331a38f557eac7f3074166e48155133b2f3e7cc323df56ce8b0"
|
||||
head "https://github.com/mamedev/mame.git"
|
||||
|
||||
bottle do
|
||||
|
@ -36,7 +36,7 @@ class Mame < Formula
|
|||
"USE_SYSTEM_LIB_ZLIB=1",
|
||||
"USE_SYSTEM_LIB_JPEG=1",
|
||||
"USE_SYSTEM_LIB_FLAC=1",
|
||||
"USE_SYSTEM_LIB_LUA=", # lua53 not available yet
|
||||
"USE_SYSTEM_LIB_LUA=", # Homebrew's lua@5.3 can't build with MAME yet.
|
||||
"USE_SYSTEM_LIB_PORTMIDI=1",
|
||||
"USE_SYSTEM_LIB_PORTAUDIO=1"
|
||||
bin.install "mame64" => "mame"
|
||||
|
|
Loading…
Reference in a new issue