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 10, 2018
1 parent 357244d commit 5e24cae
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.38</version>
<version>3.0.39</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 = '5718bc81ab41ae37fbab7f673979435d5605f54a8c4a2e41aad11947a1b1a09c627c83e20f1a8f466e12652a4bf3bf8e9387e2db8c2d3f7ebea977f02bbaf0e1'
checksum = 'f48c3970899ae2279991efb109557e8e3105f90fc35513b3e35f7288f66896539dfcb054c466afbbd7f5b8e8e94cda3488b47ac43ecec3865d642ab1be87fca3'
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.35</version>
<version>3.0.39</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 = '68cb981106bd4bb6c33d6b3be3a3eb301af765ca79979d9a4056475f117fda6ac334f708e04edc1a93afa22105dbb649e7f3923be8eb35a78291ec5a308aa5a6'
checksum = '213ecf4740107de7a6c2ec452f613634a647a049ed2289151ced05ebf9f6956afe3ee5279a148fe4b4a667e095793bad37768c90a442dd0c58464c226d9b38b5'
checksumType = 'sha512'
fileFullPath = "$toolsDir\privazer.exe"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/privazer/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/17528bfd469d3642519db241e1ab1e838f226a77/icons/privazer.png" height="48" width="48" /> ![PrivaZer](https://img.shields.io/chocolatey/v/privazer.svg?label=PrivaZer&style=for-the-badge)](https://chocolatey.org/packages/privazer)
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/17528bfd469d3642519db241e1ab1e838f226a77/icons/privazer.png" height="48" width="48" /> ![PrivaZer](https://img.shields.io/chocolatey/v/privazer.svg?label=PrivaZer%20(Install)&style=for-the-badge)](https://chocolatey.org/packages/privazer)

Free PC cleaner & Privacy tool that cleans unwanted traces.

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.38</version>
<version>3.0.39</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.38]" />
<dependency id="privazer.install" version="[3.0.39]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 5e24cae

Please sign in to comment.