diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2025-06-14 10:58:46 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2025-06-15 22:54:58 -0300 |
commit | 710a726a701ee5d2e6f0afbe2f6a43a3bb8c183b (patch) | |
tree | 9dee6fcdfea9fb109cfff7a34335c462b5052a37 | |
parent | emulators/ppsspp: update to 1.19.2 (diff) |
math/R: Update to 4.5.1
Release announcement: https://hypatia.math.ethz.ch/pipermail/r-announce/2025/000713.html
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | math/R/Makefile | 2 | ||||
-rw-r--r-- | math/R/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 630b3861c36e..17e94ad3571d 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,5 +1,5 @@ PORTNAME= R -DISTVERSION= 4.5.0 +DISTVERSION= 4.5.1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} diff --git a/math/R/distinfo b/math/R/distinfo index 7aaf6a68fe54..3bbee4037dd5 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745889281 -SHA256 (R-4.5.0.tar.gz) = 3b33ea113e0d1ddc9793874d5949cec2c7386f66e4abfb1cef9aec22846c3ce1 -SIZE (R-4.5.0.tar.gz) = 40466335 +TIMESTAMP = 1749909341 +SHA256 (R-4.5.1.tar.gz) = b42a7921400386645b10105b91c68728787db5c4c83c9f6c30acdce632e1bb70 +SIZE (R-4.5.1.tar.gz) = 40518816 |