Skip to content

Commit 413d646

Browse files
daeho-rocarlocab
authored andcommitted
wxmaxima: switch to wxwidgets@3.2
1 parent 5ae97d3 commit 413d646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/w/wxmaxima.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Wxmaxima < Formula
44
url "https://github.com/wxMaxima-developers/wxmaxima/archive/refs/tags/Version-25.04.0.tar.gz"
55
sha256 "ec0b3005c3663f1bb86b0cc5028c2ba121e1563e3d5b671afcb9774895f4191b"
66
license "GPL-2.0-or-later"
7+
revision 1
78
head "https://github.com/wxMaxima-developers/wxmaxima.git", branch: "main"
89

910
livecheck do
@@ -24,7 +25,7 @@ class Wxmaxima < Formula
2425
depends_on "ninja" => :build
2526

2627
depends_on "maxima"
27-
depends_on "wxwidgets"
28+
depends_on "wxwidgets@3.2"
2829

2930
on_macos do
3031
depends_on "llvm" => :build if DevelopmentTools.clang_build_version <= 1300

0 commit comments

Comments
 (0)