academic/R: Updated for version 4.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Payne 2020-06-03 15:09:15 +07:00 committed by Willy Sudiarto Raharjo
parent ed2097e36b
commit b0b5875118
2 changed files with 7 additions and 8 deletions

View file

@ -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}

View file

@ -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"