Skip to content

Commit

Permalink
nestopia-ue 1.53.0
Browse files Browse the repository at this point in the history
nestopia-ue: update deps

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Dec 24, 2024
1 parent f4c2997 commit 875dd94
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Formula/n/nestopia-ue.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
class NestopiaUe < Formula
desc "NES emulator"
homepage "http://0ldsk00l.ca/nestopia/"
url "https://github.com/0ldsk00l/nestopia/archive/refs/tags/1.52.1.tar.gz"
sha256 "c9c0bce673eb3b625b538b462e49c00ed1ee1ded1e0bad09be780076880968b5"
license "GPL-2.0-or-later"
revision 1
head "https://github.com/0ldsk00l/nestopia.git", branch: "master"

stable do
url "https://github.com/0ldsk00l/nestopia/archive/refs/tags/1.53.0.tar.gz"
sha256 "27a26a6fd92e6acc2093bbd6c1e3ab7f2fff419d9ed6de13bc43349b52e1f705"

# add back `--version` command, see discussions in https://github.com/0ldsk00l/nestopia/issues/430
patch do
url "https://github.com/0ldsk00l/nestopia/commit/76c5d0cdb75444c54258a184eb7a488b8f1dd4ec.patch?full_index=1"
sha256 "4f1ad461502fe837261860690ab936a642925299054b0e8fe4b0b3e1a243e9e7"
end
end

bottle do
sha256 arm64_sequoia: "67af1d1abc8403e93fd13196f700615e07dd7034479f3822f1a4b00b1240899b"
sha256 arm64_sonoma: "6c6067d902336e6e8ec57e70607c703b6a4d95e8639cde05375b667da2b2f97f"
Expand All @@ -23,6 +31,8 @@ class NestopiaUe < Formula

depends_on "fltk"
depends_on "libarchive"
depends_on "libepoxy"
depends_on "libsamplerate"
depends_on "sdl2"

uses_from_macos "zlib"
Expand Down

0 comments on commit 875dd94

Please sign in to comment.