diff options
author | afhpayne <github@komputermatrix.com> | 2023-12-15 16:24:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 07:55:44 +0700 |
commit | 875df0686e471ee045f121a9fec83e114d1c017d (patch) | |
tree | 5307ee6541f246d8f80f3606bdda04bc6fd132ae /academic | |
parent | 83dea7bb785ff65fad5d276bb8638420afd93eb2 (diff) |
academic/R: update 4.3.2
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 627876ff24f2a..11c1dc911600a 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.1} +VERSION=${VERSION:-4.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/R/R.info b/academic/R/R.info index 4f676c85092b7..4d5a3dab1ffd5 100644 --- a/academic/R/R.info +++ b/academic/R/R.info @@ -1,8 +1,8 @@ PRGNAM="R" -VERSION="4.3.1" +VERSION="4.3.2" HOMEPAGE="https://www.r-project.org/" -DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.3.1.tar.gz" -MD5SUM="b83cee497046d4aef649eb79e6df83e8" +DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.3.2.tar.gz" +MD5SUM="3217f2606bbde5a76fe4deaa4b4d3321" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |