Skip to content

Commit e0ee30e

Browse files
committed
(lockhunter) Update checksums [PUSH lockhunter]
1 parent 64af00f commit e0ee30e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

manual/lockhunter/lockhunter.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<metadata>
55
<id>lockhunter</id>
66
<title>LockHunter</title>
7-
<!-- They had rolled back the actual version, so we use a date fix version to allow updating the package -->
8-
<version>3.4.3.20250511</version>
7+
<version>3.4.3.20260616</version>
98
<authors>Igor Tkachenko, Nikolay Duylovskiy, Crystal Rich Ltd</authors>
109
<owners>chocolatey-community, Rob Reynolds</owners>
1110
<copyright>2016 Crystal Rich Ltd</copyright>

manual/lockhunter/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $packageArgs = @{
44
packageName = $env:chocolateyPackageName
55
fileType = 'EXE'
66
url = 'https://lockhunter.com/assets/exe/lockhuntersetup_3-4-3.exe'
7-
checksum = '02F738111A7EF929B8017277109FF3CB188ED0896FA385B79205DA888AFA266D'
7+
checksum = '2BA380C9A643CAF04A17F41D22722595BC3B62BF1855D5DE04816F1D1C2DBEA9'
88
checksumType = 'sha256'
99
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
1010
validExitCodes = @(0)

0 commit comments

Comments
 (0)