Skip to content

Commit

Permalink
AU: 2 updated - privazer.install privazer.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 1, 2018
1 parent 4f8de46 commit 9eb8d23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.46</version>
<version>3.0.47</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 = '8c5eb7dc98a86564e8dc796b4652c42b69f5c43ab56ca8cd204a82003824e85d031ca6f48c844a598073d61d788ea29cef35c334750b5e066028c050a073eb1c'
checksum = 'b09a8bf5e994166e72cb5efeec87162a0b84309b726d146f8eed8cfa1f7864a7220b0b4863c4b4ab2a141401283d5201a309fb59bba86e6f3e27a83bcef1bbae'
checksumType = 'sha512'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/privazer.portable/privazer.portable.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.portable</id>
<version>3.0.46</version>
<version>3.0.47</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/privazer.portable</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>PrivaZer (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/privazer.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://privazer.com/PrivaZer.exe'
checksum = 'd0b8c2f0e0ddf514cab4f4edc1d8256aa8a2f6a562d8d26471b907eb097b9c9b01ca97c0fae48a176228753a34903ed27533baf744a3b2ea2019dceeec920031'
checksum = '92ac8bc698049cbd60637fae0ac4c98f065d68799530cdc6dab384e09a5567a1341d3476805676073176e82e6f07b068e2a9be8e5c414b6c6b806cfe6c219e0e'
checksumType = 'sha512'
fileFullPath = "$toolsDir\privazer.exe"
}
Expand Down

0 comments on commit 9eb8d23

Please sign in to comment.