Skip to content

Commit

Permalink
tgui: revision bump (sfml 3.0.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 24, 2024
1 parent 644d78a commit 13a1f29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/t/tgui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Tgui < Formula
url "https://github.com/texus/TGUI/archive/refs/tags/v1.7.0.tar.gz"
sha256 "7d40359770e2f8e534a57332c99fd56c72cf79a8b59642676e01394fe05cb1fa"
license "Zlib"
revision 1

livecheck do
url :stable
Expand All @@ -20,7 +21,7 @@ class Tgui < Formula
end

depends_on "cmake" => :build
depends_on "sfml"
depends_on "sfml@2" # sfml 3.0 build issue report, https://github.com/texus/TGUI/issues/249

def install
args = %W[
Expand Down

0 comments on commit 13a1f29

Please sign in to comment.