Skip to content

Commit

Permalink
AU: 3 updated - privazer privazer.install privazer.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 9, 2019
1 parent 2ab2c8b commit 851808c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.71</version>
<version>3.0.72</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 = 'e2fe6c662acd4b9ba5b824dc72ae4682a2a58b64c2dc7266dbd54bf0b9c17f0b7240a0acf886cc04e316a06db358dcd0b8baf091e71a986f66f58b487eaa3a37'
checksum = 'da4444c90e8dbd51bb810e23a8b1aa591fbc1514f6332e388fb9829d5d99723b8f0ff43bffc07f6bc173e449c7c872e507578da432b40dc25b259b3b5cb2a72b'
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.71</version>
<version>3.0.72</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 = '84f3065bf780ca1da0f48e52ecc1c8e1cda410368c20b4528bec33876bdfca56d95eb9e4f1d64d49bac301565eaa2881982c9470e34bb0e8593f92fbdf3fa464'
checksum = '5ec135c7439b31a5f4c009a49295f5a4fa4029456f946b4a4d017de4f92b51fd1e7b7bd5f52df91e0ed8b4f3eaed90bfed4fb928ee365e471863d25db7a319dd'
checksumType = 'sha512'
fileFullPath = "$toolsDir\privazer.exe"
}
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.71</version>
<version>3.0.72</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.71]" />
<dependency id="privazer.install" version="[3.0.72]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 851808c

Please sign in to comment.