wxmaxima 19.07.0

Closes #42355.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
EricFromCanada 2019-07-23 18:55:49 -04:00 committed by Chongyu Zhu
parent bc120fd371
commit 84aecc2cb4
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

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.05.7.tar.gz"
sha256 "06da51b6032dd5941b6ef09f8d7705f7c0a14b8dc7d0065f571369df9c339b7a"
url "https://github.com/wxMaxima-developers/wxmaxima/archive/Version-19.07.0.tar.gz"
sha256 "16237f22cf76ecb9159e536bbb121e89ac5ad043843a5f32aaac74f0b409c658"
head "https://github.com/wxMaxima-developers/wxmaxima.git"
bottle do
@ -34,6 +34,6 @@ class Wxmaxima < Formula
end
test do
assert_match "algebra", shell_output("#{bin}/wxmaxima --help 2>&1", 255)
assert_match "algebra", shell_output("#{bin}/wxmaxima --help 2>&1")
end
end