diff options
author | afhpayne <github@komputermatrix.com> | 2024-09-13 17:38:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-14 23:36:46 +0700 |
commit | 661983a02536b7a2f13ee0fc0fd572a03004d52c (patch) | |
tree | 18f64faacefa4fc345939254ee17a4fb058e9024 /academic | |
parent | f7f2fcf5a0315da3df2deb91911ceead61802068 (diff) |
academic/R: Updated for version 4.4.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 | 4 | ||||
-rw-r--r-- | academic/R/R.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/academic/R/R.SlackBuild b/academic/R/R.SlackBuild index 97b5d3a22bd7..e8f237c02f2c 100644 --- a/academic/R/R.SlackBuild +++ b/academic/R/R.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for R -# Copyright 2019-2022 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2019-2024 Andrew Payne <phalange@komputermatrix.com> # Copyright 2014-2017 melikamp, Andrew Rowland # This program is free software: you can redistribute it and/or modify @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=R -VERSION=${VERSION:-4.4.0} +VERSION=${VERSION:-4.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/R/R.info b/academic/R/R.info index 6c12168093f7..c7d87e5f087d 100644 --- a/academic/R/R.info +++ b/academic/R/R.info @@ -1,8 +1,8 @@ PRGNAM="R" -VERSION="4.4.0" +VERSION="4.4.1" HOMEPAGE="https://www.r-project.org/" -DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.4.0.tar.xz" -MD5SUM="647ef3e012e9cf36a187db64a6082217" +DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.4.1.tar.xz" +MD5SUM="7e8bce91f0ed90931cf9b73d6ac64aeb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |