Skip to content

Commit

Permalink
AU: 2 updated - r r.project
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jun 22, 2020
1 parent ea037eb commit b1b6049
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/r.project/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://cloud.r-project.org/bin/windows/base/>
and can be verified like this:

1. Download <https://cloud.r-project.org/bin/windows/base/R-4.0.1-win.exe>
1. Download <https://cloud.r-project.org/bin/windows/base/R-4.0.2-win.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: A3B98A2C02121E8496D5F46ADBBC5701F76FDD8B329D4FCC5132E3033B3E6168
checksum: C2445666C5387AEE6137E5587013E9C2643D80FC871767D548EFEFA60E56029C

File 'LICENSE.txt' is obtained from <https://svn.r-project.org/R/trunk/COPYING>
2 changes: 1 addition & 1 deletion automatic/r.project/r.project.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>R.Project</id>
<version>4.0.1</version>
<version>4.0.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/r.project</packageSourceUrl>
<owners>AdmiringWorm,zippy1981,yoshimov,jeffmoser</owners>
<title>The R Project for Statistical Computing</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/r.project/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'r.project'
fileType = 'exe'
softwareName = 'R for Windows*'
file = "$toolsDir\R-4.0.1-win.exe"
file = "$toolsDir\R-4.0.2-win.exe"
silentArgs = "/SILENT /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes= @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/r/r.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>r</id>
<version>4.0.1</version>
<version>4.0.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/r</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>The R Project for Statistical Computing</title>
Expand Down Expand Up @@ -59,7 +59,7 @@ R has its own LaTeX-like documentation format, which is used to supply comprehen
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/r.project/Changelog.md)
</releaseNotes>
<dependencies>
<dependency id="r.project" version="[4.0.1]" />
<dependency id="r.project" version="[4.0.2]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit b1b6049

Please sign in to comment.