Skip to content

Commit

Permalink
AU: 2 updated - privazer privazer.portable
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed May 31, 2020
1 parent f520390 commit ca8e214
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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>4.0.2</version>
<version>4.0.3</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 = 'f53b50f9ba01fdbe613150bbefee01260d18d1067dc0dd051a5d352e05f16c717094c2c27f563fe3fb4cf4a745050847d68d7ad4c7515546af52ef9b79ad8e75'
checksum = '88e3843b05b5c32b58b8b7192676b6f071548fd858112c77db27212b137da912dc3ed1029c4c7ccfecd1760edd5c1b7f7f292b4ee744c940ad243a98e711ad90'
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>4.0.2</version>
<version>4.0.3</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="[4.0.2]" />
<dependency id="privazer.install" version="[4.0.3]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit ca8e214

Please sign in to comment.