summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Fellype do Nascimento <fellype(at)gmail(dot)com>2020-03-14 07:20:17 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-03-14 07:20:17 +0700
commit687c89521abc14f1e8dec13955fcf6e047a1e44b (patch)
treee3deb13bf54c18c684d3207b29cca97f3edf06ea /academic
parent8b6f5b33d50db763c4c5a0587d0e7203506de931 (diff)
downloadslackbuilds-687c89521abc14f1e8dec13955fcf6e047a1e44b.tar.gz
slackbuilds-687c89521abc14f1e8dec13955fcf6e047a1e44b.tar.xz
academic/veusz: Updated for version 3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/veusz/README4
-rw-r--r--academic/veusz/veusz.SlackBuild4
-rw-r--r--academic/veusz/veusz.info6
3 files changed, 7 insertions, 7 deletions
diff --git a/academic/veusz/README b/academic/veusz/README
index 81d9a05fb3..7f72b64c93 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.1 at
-https://veusz.github.io/releasenotes/3.1.txt
+See the complete release notes for Veusz 3.2 at
+https://veusz.github.io/releasenotes/3.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 f3e607ab95..41c21ffc1d 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-2019, Fellype do Nascimento, Campinas - Brazil
+# Copyright 2016-2020, 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:-3.1}
+VERSION=${VERSION:-3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/academic/veusz/veusz.info b/academic/veusz/veusz.info
index 10799379d5..9bc08e238a 100644
--- a/academic/veusz/veusz.info
+++ b/academic/veusz/veusz.info
@@ -1,8 +1,8 @@
PRGNAM="veusz"
-VERSION="3.1"
+VERSION="3.2"
HOMEPAGE="https://veusz.github.io/"
-DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.1/veusz-3.1.tar.gz"
-MD5SUM="3d6ee78c3dec0cfd409ada4399ee1baf"
+DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.2/veusz-3.2.tar.gz"
+MD5SUM="94e361a011001dda060e3a3b3c32c4f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy PyQt5"