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 6, 2019
1 parent 1a10809 commit 93748cc
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
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.6.0-win.exe>
1. Download <https://cran.r-project.org/bin/windows/base/R-3.6.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: B53772889908F3BFAA9432BE838D99F80DD204E2890682F040CE230A38728955
checksum: 8019BDC376ED22C657B2441D15F2B9C6F9507FBFFE896534FC2D364021F1C930

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
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.0</version>
<version>3.6.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
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'r.project'
fileType = 'exe'
softwareName = 'R for Windows*'
file = "$toolsDir\R-3.6.0-win.exe"
file = "$toolsDir\R-3.6.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
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>r</id>
<version>3.6.0</version>
<version>3.6.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 @@ -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="[3.6.0]" />
<dependency id="r.project" version="[3.6.1]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 93748cc

Please sign in to comment.