diff options
author | afhpayne <github@komputermatrix.com> | 2023-06-30 15:26:29 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:19 +0700 |
commit | c63293524f44ea770843ff3e6b17fa213b81f615 (patch) | |
tree | 86207402da341ad8e789a588a82bdee24a6e6166 /academic | |
parent | cfd4a8bdde2d9ea5d900ca07889e06b0e6ad1d8b (diff) |
academic/R: Updated for version 4.3.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/R/R.SlackBuild | 2 | ||||
-rw-r--r-- | academic/R/R.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/academic/R/R.SlackBuild b/academic/R/R.SlackBuild index 430498268008..627876ff24f2 100644 --- a/academic/R/R.SlackBuild +++ b/academic/R/R.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=R -VERSION=${VERSION:-4.3.0} +VERSION=${VERSION:-4.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/R/R.info b/academic/R/R.info index 17f52d110fd6..4f676c85092b 100644 --- a/academic/R/R.info +++ b/academic/R/R.info @@ -1,8 +1,8 @@ PRGNAM="R" -VERSION="4.3.0" +VERSION="4.3.1" HOMEPAGE="https://www.r-project.org/" -DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.3.0.tar.gz" -MD5SUM="f8f409fa66b82dbc79ddc5706f19638f" +DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.3.1.tar.gz" +MD5SUM="b83cee497046d4aef649eb79e6df83e8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |