wxmaxima 19.09.0

Closes #44116.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
EricFromCanada 2019-09-10 15:38:08 -04:00 committed by FX Coudert
parent 371a9b21b8
commit a168996f4c

View file

@ -1,8 +1,8 @@
class Wxmaxima < Formula
desc "Cross platform GUI for Maxima"
homepage "https://wxmaxima-developers.github.io/wxmaxima/"
url "https://github.com/wxMaxima-developers/wxmaxima/archive/Version-19.08.0.tar.gz"
sha256 "df69f681bbad5ab7c7c3832a6da01e1523e3d42156a1b61e7344e0b6b6f6d24f"
url "https://github.com/wxMaxima-developers/wxmaxima/archive/Version-19.09.0.tar.gz"
sha256 "5080cc3fee1bd1fb570dd354dea3c4fae8e8b752895e720fd51e160481d2bd72"
head "https://github.com/wxMaxima-developers/wxmaxima.git"
bottle do
@ -20,6 +20,8 @@ class Wxmaxima < Formula
system "cmake", ".", *std_cmake_args
system "make", "install"
prefix.install "wxMaxima.app"
bash_completion.install "data/wxmaxima"
end
def caveats; <<~EOS