Commit 78a2182c authored by Casey Strouse's avatar Casey Strouse Committed by Kazushi (Jam) Marukawa

Update r from 3.4.0 to 3.4.1

This is a general bugfix and maintenance release.

Tested as working on XE500C13-K01US.
parent 95149192
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class R < Package class R < Package
description 'R is a free software environment for statistical computing and graphics.' description 'R is a free software environment for statistical computing and graphics.'
homepage 'https://www.r-project.org/' homepage 'https://www.r-project.org/'
version '3.4.0' version '3.4.1'
source_url 'https://cran.r-project.org/src/base/R-3/R-3.4.0.tar.gz' source_url 'https://cran.r-project.org/src/base/R-3/R-3.4.1.tar.gz'
source_sha256 '288e9ed42457c47720780433b3d5c3c20983048b789291cc6a7baa11f9428b91' source_sha256 '02b1135d15ea969a3582caeb95594a05e830a6debcdb5b85ed2d5836a6a3fc78'
# depends_on 'gfortran' # require gfortran enabled gcc # depends_on 'gfortran' # require gfortran enabled gcc
depends_on 'pcre' # need to use pcre not pcre2 depends_on 'pcre' # need to use pcre not pcre2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment