Skip to content

Commit

Permalink
AU: 1 updated - r.project
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 1, 2020
1 parent 7716c18 commit dfd9325
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-3.6.2-win.exe>
1. Download <https://cloud.r-project.org/bin/windows/base/R-3.6.3-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: DC967492639B236BA057FA3B4CA482FA64C7A8E4CAD720595592C5387D28B49F
checksum: 881ACE1F1A7DD550845283A65F4597456877EF3C3E129E2C3CBB92A67BE7892C

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>3.6.2</version>
<version>3.6.3</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-3.6.2-win.exe"
file = "$toolsDir\R-3.6.3-win.exe"
silentArgs = "/SILENT /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes= @(0)
}
Expand Down

0 comments on commit dfd9325

Please sign in to comment.