Skip to content

Commit

Permalink
[PUSH lockhunter] Updated to 3.4.2 (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
RJHsiao committed Sep 2, 2021
1 parent 7ac10fc commit 991ad60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manual/lockhunter/lockhunter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>lockhunter</id>
<title>LockHunter</title>
<version>3.3.4.20210409</version>
<version>3.4.2.145</version>
<authors>Igor Tkachenko, Nikolay Duylovskiy, Crystal Rich Ltd</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<copyright>2016 Crystal Rich Ltd</copyright>
Expand Down
4 changes: 2 additions & 2 deletions manual/lockhunter/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:chocolateyPackageName
fileType = 'EXE'
url = 'https://lockhunter.com/assets/exe/lockhuntersetup_3-3-4.exe'
checksum = '46984b34649cd28076e171799819afbab8a25034830eda7bdf25ef9e2025db81'
url = 'https://lockhunter.com/assets/exe/lockhuntersetup_3-4-2.exe'
checksum = 'ceccb8a91ff02b64ec45c0718f292759ce6f49cb7a8dff934111e69a454e3778'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 991ad60

Please sign in to comment.