diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2017-05-25 18:32:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:31:00 +0700 |
commit | bb1dbade3dad7527ebf87c7891c1f882ac4d97db (patch) | |
tree | 02bccb55e946df48762a6604a311410bd0bfdc27 | |
parent | 7b8d0c19b63cc4e3a163b53301993f1e99d0711d (diff) |
office/asymptote: Updated for version 2.41.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/asymptote/asymptote.SlackBuild | 4 | ||||
-rw-r--r-- | office/asymptote/asymptote.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/asymptote/asymptote.SlackBuild b/office/asymptote/asymptote.SlackBuild index 774f624133cd..d8881970df11 100644 --- a/office/asymptote/asymptote.SlackBuild +++ b/office/asymptote/asymptote.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for asymptote -# Copyright 2016 Johannes Schoepfer +# Copyright 2016-2017 Johannes Schoepfer, Germany # 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=asymptote -VERSION=${VERSION:-2.38} +VERSION=${VERSION:-2.41} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/asymptote/asymptote.info b/office/asymptote/asymptote.info index 2ca5c8c988bd..08e11768e39a 100644 --- a/office/asymptote/asymptote.info +++ b/office/asymptote/asymptote.info @@ -1,10 +1,10 @@ PRGNAM="asymptote" -VERSION="2.38" +VERSION="2.41" HOMEPAGE="http://asymptote.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/sourceforge/asymptote/asymptote-2.38.src.tgz" -MD5SUM="aca55728252777d58ad6eeb2ee550b10" +DOWNLOAD="https://downloads.sourceforge.net/sourceforge/asymptote/asymptote-2.41.src.tgz" +MD5SUM="d16909a9189a3177ad2f8cb8161e32e1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="texlive" MAINTAINER="Johannes Schoepfer" -EMAIL="<slackbuilds[at]schoepfer[dot]info>" +EMAIL="slackbuilds[at]schoepfer[dot]info" |