Skip to content

Commit

Permalink
AU: 2 updated - r r.project
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 2, 2018
1 parent 100b79a commit 789a771
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://cran.r-project.org/bin/windows/base/>
and can be verified like this:

1. Download <https://cran.r-project.org/bin/windows/base/R-3.5.0-win.exe>
1. Download <https://cran.r-project.org/bin/windows/base/R-3.5.1-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: 28ADF9D90A106BA7D232D419BF8E950AC85767FD3E5586D55DCC173BF476E40D
checksum: 08C6F1F6E78EA30092653C69F2B67BE72183B922F3DEF3262D578BC3FD930C88

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.5.0.20180425</version>
<version>3.5.1</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.5.0-win.exe"
file = "$toolsDir\R-3.5.1-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>3.5.0.20180424</version>
<version>3.5.1</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/r.project</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>The R Project for Statistical Computing</title>
Expand Down Expand Up @@ -56,7 +56,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="[3.5.0.20180424]" />
<dependency id="r.project" version="[3.5.1]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 789a771

Please sign in to comment.