Add checksum for R v4.4.0 (#43973)
Co-authored-by: Owen Solberg <owen.solberg@sana.com>
This commit is contained in:
parent
ef5afb66da
commit
3fd83c637d
1 changed files with 2 additions and 1 deletions
|
@ -16,12 +16,13 @@ class R(AutotoolsPackage):
|
|||
Please consult the R project homepage for further information."""
|
||||
|
||||
homepage = "https://www.r-project.org"
|
||||
url = "https://cloud.r-project.org/src/base/R-3/R-3.4.3.tar.gz"
|
||||
url = "https://cloud.r-project.org/src/base/R-4/R-4.4.0.tar.gz"
|
||||
|
||||
extendable = True
|
||||
|
||||
license("GPL-2.0-or-later")
|
||||
|
||||
version("4.4.0", sha256="ace4125f9b976d2c53bcc5fca30c75e30d4edc401584859cbadb080e72b5f030")
|
||||
version("4.3.2", sha256="b3f5760ac2eee8026a3f0eefcb25b47723d978038eee8e844762094c860c452a")
|
||||
version("4.3.1", sha256="8dd0bf24f1023c6f618c3b317383d291b4a494f40d73b983ac22ffea99e4ba99")
|
||||
version("4.3.0", sha256="45dcc48b6cf27d361020f77fde1a39209e997b81402b3663ca1c010056a6a609")
|
||||
|
|
Loading…
Reference in a new issue