dosbox-x 0.82.21
Closes #44480. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
6b9c7a0ac2
commit
d793b871e7
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class DosboxX < Formula
|
||||
desc "DOSBox with accurate emulation and wide testing"
|
||||
homepage "https://dosbox-x.com/"
|
||||
url "https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.82.15.tar.gz"
|
||||
sha256 "60e196ee49e4532327d0786a9e3b4f1d28820906b0b868abecf89a19300fb3da"
|
||||
url "https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.82.21.tar.gz"
|
||||
sha256 "2b5ddf9fc86bd6ff55b3bfdc2984c87698939583e9f8956d552ae922eb4fcb3d"
|
||||
version_scheme 1
|
||||
head "https://github.com/joncampbell123/dosbox-x.git"
|
||||
|
||||
|
@ -17,6 +17,7 @@ class DosboxX < Formula
|
|||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "fluid-synth"
|
||||
depends_on :macos => :high_sierra # needs futimens
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
|
|
Loading…
Reference in a new issue