diff options
author | Fellype do Nascimento <fellype(at)gmail(dot)com> | 2018-04-11 23:40:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-14 07:06:29 +0700 |
commit | d4360faecd739d92d22df3e25f3940543a5a2805 (patch) | |
tree | d9619d4339cf235c204a8e382ba038886aed09a9 /academic/veusz | |
parent | 1b67b09e37c269758900acf56be9fd651a6996e1 (diff) |
academic/veusz: Updated for version 2.2.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/veusz')
-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 2869ab605388..0128e32f9096 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.2.1 at -https://veusz.github.io/releasenotes/2.2.1.txt +See the complete release notes for Veusz 2.2.2 at +https://veusz.github.io/releasenotes/2.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 a3c7be6d27b5..4c1a424a50b7 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:-2.2.1} +VERSION=${VERSION:-2.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/veusz/veusz.info b/academic/veusz/veusz.info index ac18265bf610..132475513299 100644 --- a/academic/veusz/veusz.info +++ b/academic/veusz/veusz.info @@ -1,8 +1,8 @@ PRGNAM="veusz" -VERSION="2.2.1" +VERSION="2.2.2" HOMEPAGE="https://veusz.github.io/" -DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-2.2.1/veusz-2.2.1.tar.gz" -MD5SUM="34f61daf1c3dbae4624bc28a8f34cb2b" +DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-2.2.2/veusz-2.2.2.tar.gz" +MD5SUM="67186ef4938e73fc8c3f080490fca9e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy PyQt5" |