Skip to content

Commit

Permalink
AU: 1 updated - privazer.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 16, 2023
1 parent 90b6330 commit 0b287c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.65</version>
<version>4.0.66</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 = '54cec38e85065703783e40191c084116a753515d7b849cbf6f752741f374d4eb350783462b47363ca4fe297f4b406e9743b3589b5353d311a3aabc85e1016b06'
checksum = '5e47eee8158b81f00c15e5d54641b94b416dc441cb04e705a28eb43cdcff0d970123b1bd5ebeabd4f8b670707cbe87f6b785dc48a37dd4f9c8fd83badf2b9b6f'
checksumType = 'sha512'
fileFullPath = "$toolsDir\privazer.exe"
}
Expand Down

0 comments on commit 0b287c7

Please sign in to comment.