From a168996f4c8a0791f95c18f768abc7b6f6bd2d57 Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Tue, 10 Sep 2019 15:38:08 -0400 Subject: [PATCH] wxmaxima 19.09.0 Closes #44116. Signed-off-by: FX Coudert --- Formula/wxmaxima.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/wxmaxima.rb b/Formula/wxmaxima.rb index 52d71c0583..0131ddab65 100644 --- a/Formula/wxmaxima.rb +++ b/Formula/wxmaxima.rb @@ -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