diff options
author | Joachim Kruth <jkruth@telecolumbus.net> | 2019-06-29 07:50:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-29 07:50:59 +0700 |
commit | 96762179b68beac5a71a6657db96796a585d3c34 (patch) | |
tree | 7bb5e561017d84afeb40aabe52a752f30cb53510 | |
parent | c5e9c8ba239ae2821c6227b7c1f6e1ee5572b79b (diff) | |
download | slackbuilds-96762179b68beac5a71a6657db96796a585d3c34.tar.gz |
academic/pari: Updated for version 2.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/pari/pari.SlackBuild | 3 | ||||
-rw-r--r-- | academic/pari/pari.info | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/academic/pari/pari.SlackBuild b/academic/pari/pari.SlackBuild index a71365c927..09d2450383 100644 --- a/academic/pari/pari.SlackBuild +++ b/academic/pari/pari.SlackBuild @@ -28,9 +28,10 @@ # Modified by Joachim Kruth as needed to build pari/gp instead of maxima # Joachim Kruth -> update to version 2.11.0 # Joachim Kruth -> update to version 2.11.1 +# Joachim Kruth -> update to version 2.11.2 PRGNAM=pari -VERSION=${VERSION:-2.11.1} +VERSION=${VERSION:-2.11.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/pari/pari.info b/academic/pari/pari.info index fde05c4be5..435b5fe0fe 100644 --- a/academic/pari/pari.info +++ b/academic/pari/pari.info @@ -1,8 +1,8 @@ PRGNAM="pari" VERSION="2.11.1" HOMEPAGE="https://pari.math.u-bordeaux.fr/" -DOWNLOAD="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.11.1.tar.gz" -MD5SUM="474d5ec6b2fca8f3ef4f747b3dca1ffd" +DOWNLOAD="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.11.2.tar.gz" +MD5SUM="6afe748a472c33ae8787a5034d7742a9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |