diff options
author | Fellype do Nascimento <fellype(at)gmail(dot)com> | 2018-02-26 21:02:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-03 08:42:06 +0700 |
commit | f912197242df6350125e6b1cd0835ea635ada313 (patch) | |
tree | 827b73ea62f72e5ca00f4976f7aa72391336f8f0 /academic | |
parent | 1c6988bfbaa4b74283bc7df7d33b52ecc4066ec2 (diff) | |
download | slackbuilds-f912197242df6350125e6b1cd0835ea635ada313.tar.gz |
academic/veusz: Updated for version 2.2.
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 | 4 | ||||
-rw-r--r-- | academic/veusz/veusz.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/academic/veusz/README b/academic/veusz/README index 7353a3336e..03fe12667c 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 2.1.1 at -https://veusz.github.io/releasenotes/2.1.1.txt +See the complete release notes for Veusz 2.2 at +https://veusz.github.io/releasenotes/2.2.txt Sphinx is an optional dependency (used to rebuild the manual). diff --git a/academic/veusz/veusz.SlackBuild b/academic/veusz/veusz.SlackBuild index ed97e3fef9..44bd1c64d9 100644 --- a/academic/veusz/veusz.SlackBuild +++ b/academic/veusz/veusz.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for veusz # Based on Slackware 14.2 SlackBuild and Andrea Sciucca's SlackBuild for veusz # -# Copyright 2016-2017, Fellype do Nascimento, Campinas - Brazil +# Copyright 2016-2018, Fellype do Nascimento, Campinas - Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=veusz -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/veusz/veusz.info b/academic/veusz/veusz.info index 1f095f568d..8eae17ba37 100644 --- a/academic/veusz/veusz.info +++ b/academic/veusz/veusz.info @@ -1,8 +1,8 @@ PRGNAM="veusz" -VERSION="2.1.1" +VERSION="2.2" HOMEPAGE="https://veusz.github.io/" -DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-2.1.1/veusz-2.1.1.tar.gz" -MD5SUM="f150eab740adadb097bd58a2eb5a0bd7" +DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-2.2/veusz-2.2.tar.gz" +MD5SUM="ccee27928a71776d1c14830edbf0ac98" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy PyQt5" |