File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11class Atari800 < Formula
22 desc "Atari 8-bit machine emulator"
33 homepage "https://atari800.github.io/"
4- url "https://github.com/atari800/atari800/releases/download/ATARI800_5_2_0/atari800-5.2.0-src.tgz"
5- sha256 "3874d02b89d83c8089f75391a4c91ecb4e94001da2020c2617be088eba1f461f"
64 license "GPL-2.0-or-later"
75
6+ stable do
7+ url "https://github.com/atari800/atari800/releases/download/ATARI800_5_2_0/atari800-5.2.0-src.tgz"
8+ sha256 "3874d02b89d83c8089f75391a4c91ecb4e94001da2020c2617be088eba1f461f"
9+ depends_on "sdl12-compat"
10+ end
11+
812 livecheck do
913 url :stable
1014 regex ( /ATARI800[._-]v?(\d +(?:[._]\d +)+)/i )
@@ -32,10 +36,10 @@ class Atari800 < Formula
3236 depends_on "autoconf" => :build
3337 depends_on "automake" => :build
3438 depends_on "libtool" => :build
39+ depends_on "sdl2"
3540 end
3641
3742 depends_on "libpng"
38- depends_on "sdl12-compat"
3943
4044 uses_from_macos "zlib"
4145
You can’t perform that action at this time.
0 commit comments