Skip to content

Commit 99e1c3a

Browse files
authored
Merge pull request #255839 from Homebrew/atari800-sdl2-head
atari800: use `sdl2` on HEAD
2 parents 396300b + 82ef616 commit 99e1c3a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Formula/a/atari800.rb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
class 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

0 commit comments

Comments
 (0)