diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-04-10 18:14:18 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-04-11 16:46:49 +0000 |
commit | e1979dce082975f7a32d502e0634bbafb539845f (patch) | |
tree | 168dadf311da88b7e1a80f20f6950246ef0d499e | |
parent | 6177f0d01edba0b733c06c8467dcc55d78995f49 (diff) | |
download | ports-e1979dce082975f7a32d502e0634bbafb539845f.tar.gz ports-e1979dce082975f7a32d502e0634bbafb539845f.zip |
math/wxmaxima: update to 22.04.0
ChangeLog:
https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-22.04.0
* A Russian translation update from Olesya Gerasimenko
* Repaired drag-and-drop on MacOs (#1624)
* Resolved a bug in parenthesis matching (#1649)
* Faster startup logic
Reported by: portscout
MFH: 2022Q2 (bugfix release)
-rw-r--r-- | math/wxmaxima/Makefile | 2 | ||||
-rw-r--r-- | math/wxmaxima/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile index 5a6bd1a498cd..ee82cd09d707 100644 --- a/math/wxmaxima/Makefile +++ b/math/wxmaxima/Makefile @@ -1,7 +1,7 @@ # Created by: Nicola Vitale <nivit@email.it> PORTNAME= wxmaxima -PORTVERSION= 22.03.0 +PORTVERSION= 22.04.0 DISTVERSIONPREFIX= Version- CATEGORIES= math diff --git a/math/wxmaxima/distinfo b/math/wxmaxima/distinfo index caeb10839bbe..46fb9ddcdad7 100644 --- a/math/wxmaxima/distinfo +++ b/math/wxmaxima/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648050065 -SHA256 (wxMaxima-Developers-wxmaxima-Version-22.03.0_GH0.tar.gz) = 2192f804588511e9a796ad0b677e6f4721bb2cf2a52766f3d47f4528ad0ce0a4 -SIZE (wxMaxima-Developers-wxmaxima-Version-22.03.0_GH0.tar.gz) = 21456300 +TIMESTAMP = 1649614415 +SHA256 (wxMaxima-Developers-wxmaxima-Version-22.04.0_GH0.tar.gz) = 48744a3f29fa9abf20788bc0b136c283cbbb0397c74ec79b41e5e6d856d7d65a +SIZE (wxMaxima-Developers-wxmaxima-Version-22.04.0_GH0.tar.gz) = 21477753 |