diff options
author | Fellype do Nascimento <fellype(at)gmail(dot)com> | 2017-11-14 22:34:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:26 +0700 |
commit | 0665ce0fa6ac0efe7232aa4be31c746d8c519aee (patch) | |
tree | a8e7922c5269c11cdab448e10b36a3373f339138 /academic | |
parent | 3eb6168479ee3aa34b524a9cc052268de66f9fc6 (diff) |
academic/veusz: Updated for version 2.1.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 645c18764011..7353a3336eac 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 at -https://veusz.github.io/releasenotes/2.1.txt +See the complete release notes for Veusz 2.1.1 at +https://veusz.github.io/releasenotes/2.1.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 757d841aca8b..ed97e3fef9b8 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.1} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/veusz/veusz.info b/academic/veusz/veusz.info index b334d7d8845b..1f095f568d8d 100644 --- a/academic/veusz/veusz.info +++ b/academic/veusz/veusz.info @@ -1,8 +1,8 @@ PRGNAM="veusz" -VERSION="2.1" +VERSION="2.1.1" HOMEPAGE="https://veusz.github.io/" -DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-2.1/veusz-2.1.tar.gz" -MD5SUM="d2b7f0e19e52ff4a7f5c18e7c533e536" +DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-2.1.1/veusz-2.1.1.tar.gz" +MD5SUM="f150eab740adadb097bd58a2eb5a0bd7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy PyQt5" |