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 Jan 1, 2023
1 parent e914ec7 commit 4d9e4de
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.60</version>
<version>4.0.61</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 = '2f2b109e7a21332d67a9ae4747370aaa6f3b2c43c136900a22aaec603a0c59b39f94b52f8a0a1a766fcecc3037fc1b79b85025d22125722aaa217ccee3df8541'
checksum = '2e3c1350968b4d9cba471d6fbddb26f1f46f4c9a448265401f02acb017f3f882338c11944069fad50f887fc5870d86c79957046b2cf64256c41506de7531008e'
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.60</version>
<version>4.0.61</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 = '32b5cec46d3f0632b04834372b89d283f78c098b1ddade7386b8437d7fcbaed3202ffd8c84023a5f0f3a4a5b9755a17b1c89edb7bd6f15fcaf07dd04887f015b'
checksum = '57d671e348056f0db59e9a97104c9620591a4d5c993b43c5ecd78bc25bfa8fc0fb59dad68099985bad2d0df8988334e43c71fe46acc34b79805c4bea79a22732'
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.59</version>
<version>4.0.61</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.59]" />
<dependency id="privazer.install" version="[4.0.61]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 4d9e4de

Please sign in to comment.