diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2020-10-12 01:21:26 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2020-10-12 01:21:26 +0000 |
commit | f0f89a123a95a5388a6900946b0f541e33140eb4 (patch) | |
tree | 83c7365fb097a4b85964b40469820543ebf07372 | |
parent | net/libfabric: Update 1.11.0 -> 1.11.1 (diff) |
math/R: Update to version 4.0.3
Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000662.html
-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 2c44632533e2..3fe475abef3d 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= R -DISTVERSION= 4.0.2 +DISTVERSION= 4.0.3 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} diff --git a/math/R/distinfo b/math/R/distinfo index 40923587303f..ee08781a7daf 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593213161 -SHA256 (R-4.0.2.tar.gz) = d3bceab364da0876625e4097808b42512395fdf41292f4915ab1fd257c1bbe75 -SIZE (R-4.0.2.tar.gz) = 33191186 +TIMESTAMP = 1602456796 +SHA256 (R-4.0.3.tar.gz) = 09983a8a78d5fb6bc45d27b1c55f9ba5265f78fa54a55c13ae691f87c5bb9e0d +SIZE (R-4.0.3.tar.gz) = 33497010 |