We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wxwidgets@3.2
1 parent 5ae97d3 commit 413d646Copy full SHA for 413d646
Formula/w/wxmaxima.rb
@@ -4,6 +4,7 @@ class Wxmaxima < Formula
4
url "https://github.com/wxMaxima-developers/wxmaxima/archive/refs/tags/Version-25.04.0.tar.gz"
5
sha256 "ec0b3005c3663f1bb86b0cc5028c2ba121e1563e3d5b671afcb9774895f4191b"
6
license "GPL-2.0-or-later"
7
+ revision 1
8
head "https://github.com/wxMaxima-developers/wxmaxima.git", branch: "main"
9
10
livecheck do
@@ -24,7 +25,7 @@ class Wxmaxima < Formula
24
25
depends_on "ninja" => :build
26
27
depends_on "maxima"
- depends_on "wxwidgets"
28
+ depends_on "wxwidgets@3.2"
29
30
on_macos do
31
depends_on "llvm" => :build if DevelopmentTools.clang_build_version <= 1300
0 commit comments