From 354809dff1c2d66533bb39465973dc1d54c64763 Mon Sep 17 00:00:00 2001 From: cplir-c <31234188+cplir-c@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:57:43 -0500 Subject: [PATCH] Update R to 4.4.1 --- srcpkgs/R/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/R/template b/srcpkgs/R/template index 6e2afe1506b841..84e7d795b63059 100644 --- a/srcpkgs/R/template +++ b/srcpkgs/R/template @@ -1,6 +1,6 @@ # Template file for 'R' pkgname=R -version=4.3.1 +version=4.4.1 revision=1 build_style=gnu-configure configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R @@ -23,7 +23,7 @@ license="GPL-2.0-or-later" homepage="https://www.r-project.org/" changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html" distfiles="https://cran.r-project.org/src/base/R-4/${pkgname}-${version}.tar.gz" -checksum=8dd0bf24f1023c6f618c3b317383d291b4a494f40d73b983ac22ffea99e4ba99 +checksum=b4cb675deaaeb7299d3b265d218cde43f192951ce5b89b7bb1a5148a36b2d94d nocross=yes shlib_provides="libR.so" # tests require texlive distribution