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 Mar 3, 2023
1 parent 9df63e7 commit fe1e97f
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>4.0.66</version>
<version>4.0.67</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 = 'acbe531177936392c9396a645ab798792adf92e23d62c44584fe06366afbc342d82d2a7aba26f053d3553bca57a6b5a6781ea95de5a786cb6879db0c2de27770'
checksum = 'c00356c51fa48b633bf37227e24c910afb8a7ba1f4699422476dba5d903e54d02f2bbafad18c7685aacd7995a41b405312ee2a0f3a9ee61edf0e75ffdeeb6001'
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>4.0.66</version>
<version>4.0.67</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 = '5e47eee8158b81f00c15e5d54641b94b416dc441cb04e705a28eb43cdcff0d970123b1bd5ebeabd4f8b670707cbe87f6b785dc48a37dd4f9c8fd83badf2b9b6f'
checksum = '840c8fb5b072db811fb4a4f7798f3883ecade2146584f31bf9a2a3061fff088d406bac598cb170ca0bfc74d8dc3861822e4859acd10dca7335a4252576639a3b'
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.66</version>
<version>4.0.67</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.66]" />
<dependency id="privazer.install" version="[4.0.67]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit fe1e97f

Please sign in to comment.