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 May 30, 2019
1 parent b7e0161 commit 7a2ecf0
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
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.70</version>
<version>3.0.71</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
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
silentArgs = '-silent'
validExitCodes = @(0)
url = 'https://privazer.com/PrivaZer_free.exe'
checksum = 'd608fa3f0a3418d70e470f55f4be441de6e3cc17611b35ccbd063410b38db88f58e501dd3c81b4f1b9e273946a0c57cb611fc149e3749306db5cb078bcb21984'
checksum = 'e2fe6c662acd4b9ba5b824dc72ae4682a2a58b64c2dc7266dbd54bf0b9c17f0b7240a0acf886cc04e316a06db358dcd0b8baf091e71a986f66f58b487eaa3a37'
checksumType = 'sha512'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/privazer.portable/privazer.portable.nuspec
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.70</version>
<version>3.0.71</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
Expand Up @@ -5,7 +5,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://privazer.com/PrivaZer.exe'
checksum = 'df745b50bf21665385ffd62dc24ac05221136459e3ac25481efa96a2b15871ae4fec9cb5df86411b39473bf1e30817ce618302659437fa8dd8ca2f98ee0e41db'
checksum = '84f3065bf780ca1da0f48e52ecc1c8e1cda410368c20b4528bec33876bdfca56d95eb9e4f1d64d49bac301565eaa2881982c9470e34bb0e8593f92fbdf3fa464'
checksumType = 'sha512'
fileFullPath = "$toolsDir\privazer.exe"
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/privazer/privazer.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>privazer</id>
<version>3.0.70</version>
<version>3.0.71</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.70]" />
<dependency id="privazer.install" version="[3.0.71]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 7a2ecf0

Please sign in to comment.