diff options
author | Andrew Payne <phalange@komputermatrix.com> | 2020-06-03 15:09:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-03 15:09:15 +0700 |
commit | b0b5875118770a554d1b7da57e4d17e055e19fe3 (patch) | |
tree | f97f2f8a83f454c314c2031870c99c270c3e31d4 | |
parent | ed2097e36b4115524bf5c4ea79fb31de64c8dad0 (diff) | |
download | slackbuilds-b0b5875118770a554d1b7da57e4d17e055e19fe3.tar.gz |
academic/R: Updated for version 4.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/R/R.SlackBuild | 7 | ||||
-rw-r--r-- | academic/R/R.info | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/academic/R/R.SlackBuild b/academic/R/R.SlackBuild index 6fb687f83a..3f31ad4a38 100644 --- a/academic/R/R.SlackBuild +++ b/academic/R/R.SlackBuild @@ -2,9 +2,8 @@ # SlackBuild script for R -# Copyright 2019 Andrew Payne, Boston, MA <phalange@komputermatrix.com> -# Copyright 2014-2017 melikamp, Andrew Rowland. (Contributors are -# listed in order of first participation.) +# Copyright 2019-2020 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2014-2017 melikamp, Andrew Rowland # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,7 +24,7 @@ # <http://www.gnu.org/licenses/>. PRGNAM=R -VERSION=${VERSION:-3.6.2} +VERSION=${VERSION:-4.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/R/R.info b/academic/R/R.info index 9ce4d10cd4..04109237e7 100644 --- a/academic/R/R.info +++ b/academic/R/R.info @@ -1,10 +1,10 @@ PRGNAM="R" -VERSION="3.6.2" +VERSION="4.0.0" HOMEPAGE="http://www.r-project.org/" -DOWNLOAD="https://cran.r-project.org/src/base/R-3/R-3.6.2.tar.gz" -MD5SUM="90d23d138cee26d275da14b58296e521" +DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.0.0.tar.gz" +MD5SUM="48c487c68112cb3191f3015c6277a50b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="pcre2" MAINTAINER="Andrew Payne" EMAIL="phalange@komputermatrix.com" |