Skip to content

Commit

Permalink
Merge pull request #190384 from Homebrew/scummvm-backport
Browse files Browse the repository at this point in the history
scummvm: backport fix for `freetype` 2.13.3
  • Loading branch information
cho-m authored Sep 14, 2024
2 parents 89cd378 + f4b6240 commit 105c916
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Formula/s/scummvm.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
class Scummvm < Formula
desc "Graphic adventure game interpreter"
homepage "https://www.scummvm.org/"
url "https://downloads.scummvm.org/frs/scummvm/2.8.1/scummvm-2.8.1.tar.xz"
sha256 "7e97f4a13d22d570b70c9b357c941999be71deb9186039c87d82bbd9c20727b7"
license "GPL-3.0-or-later"
head "https://github.com/scummvm/scummvm.git", branch: "master"

stable do
url "https://downloads.scummvm.org/frs/scummvm/2.8.1/scummvm-2.8.1.tar.xz"
sha256 "7e97f4a13d22d570b70c9b357c941999be71deb9186039c87d82bbd9c20727b7"

# Backport fix for freetype 2.13.3
patch do
url "https://github.com/scummvm/scummvm/commit/65977961b20ba97b1213b5267da0cb1efb49063b.patch?full_index=1"
sha256 "2eefadef10af4729f6912ce281daafe12eabce52d7f8b62fc23de30ee768eb9b"
end
end

livecheck do
url "https://www.scummvm.org/downloads/"
regex(/href=.*?scummvm[._-]v?(\d+(?:\.\d+)+)\.t/i)
Expand Down

0 comments on commit 105c916

Please sign in to comment.