Skip to content

Commit

Permalink
AU: 3 updated - privazer privazer.install r.project
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 16, 2018
1 parent 3378dbc commit e8edaa8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/privazer.install/privazer.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>privazer.install</id>
<version>3.0.42</version>
<version>3.0.43</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/privazer.install</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>PrivaZer (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/privazer.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
silentArgs = '-silent'
validExitCodes = @(0)
url = 'https://privazer.com/privazer_free.exe'
checksum = '175eb6d02fee7af392c7fc8f9341aa5ed2b73372702d7364c9aa7a9f3149ae987b87c4235705f926abae024f63c6e1dc1b6cc332ad8cd5e16de6020388cb2a46'
checksum = '7895f6e65e422a3884c8f0ac45611bf92bba1c28694ac91297ebec70089144b8f2725bcafbaf422e6894609266eee8730b811494696f39cdff6c60b1e07eda47'
checksumType = 'sha512'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/privazer/privazer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>privazer</id>
<version>3.0.42</version>
<version>3.0.43</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/privazer</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>PrivaZer</title>
Expand All @@ -27,7 +27,7 @@ Privacy protection: PrivaZer prevents recovery of your activities.
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/privazer.install/Changelog.md)
</releaseNotes>
<dependencies>
<dependency id="privazer.install" version="[3.0.42]" />
<dependency id="privazer.install" version="[3.0.43]" />
</dependencies>
</metadata>
<files>
Expand Down
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.4.3-win.exe>
1. Download <https://cran.r-project.org/bin/windows/base/R-3.4.4-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: 8B9D5DAC5334B8BB5D452F897D29422B2900F4819ADDBCE7D2A9384A28E5F9F9
checksum: 0EE0CD6BA4F3873C7DC361FD5603D6CDCE2F11F048201D565A1AF9467A339AA0

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

0 comments on commit e8edaa8

Please sign in to comment.