diff options
author | Fellype do Nascimento <fellype(at)gmail(dot)com> | 2018-08-10 22:15:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:10 +0700 |
commit | 433363c140e3527833af882569bd21cf70e477ae (patch) | |
tree | 13e64d48072bd579375566857e10b878fbee88f9 /academic | |
parent | 08298668846c6336d8dd2699265a4d4db47aa157 (diff) |
academic/veusz: Updated for version 3.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/veusz/README | 4 | ||||
-rw-r--r-- | academic/veusz/veusz.SlackBuild | 2 | ||||
-rw-r--r-- | academic/veusz/veusz.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/academic/veusz/README b/academic/veusz/README index 4bfbea614fcd..6699d7305a84 100644 --- a/academic/veusz/README +++ b/academic/veusz/README @@ -10,7 +10,7 @@ SAMP interfaces to its plotting facilities. It also allows for manipulation and editing of datasets. Data can be captured from external sources such as Internet sockets or other programs. -See the complete release notes for Veusz 3.0 at -https://veusz.github.io/releasenotes/3.0.txt +See the complete release notes for Veusz 3.0.1 at +https://veusz.github.io/releasenotes/3.0.1.txt Sphinx is an optional dependency (used to rebuild the manual). diff --git a/academic/veusz/veusz.SlackBuild b/academic/veusz/veusz.SlackBuild index 7bc8090fd650..21c0875fa3c2 100644 --- a/academic/veusz/veusz.SlackBuild +++ b/academic/veusz/veusz.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=veusz -VERSION=${VERSION:-3.0} +VERSION=${VERSION:-3.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/veusz/veusz.info b/academic/veusz/veusz.info index 325cff2f06ce..9817f9df2fe8 100644 --- a/academic/veusz/veusz.info +++ b/academic/veusz/veusz.info @@ -1,8 +1,8 @@ PRGNAM="veusz" -VERSION="3.0" +VERSION="3.0.1" HOMEPAGE="https://veusz.github.io/" -DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.0/veusz-3.0.tar.gz" -MD5SUM="68f707e4b3e173d0601e46a1ccd7fc3d" +DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.0.1/veusz-3.0.1.tar.gz" +MD5SUM="1d02f63a245d4cb0e2f343c628216f50" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy PyQt5" |