Skip to content

Commit 331892b

Browse files
authored
Merge pull request #1513 from FinnyMarigold58/patch-1
Fix broken hash in regcool.vm
2 parents 5e4e925 + a1d1d44 commit 331892b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/regcool.vm/regcool.vm.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>regcool.vm</id>
5-
<version>0.0.0.20250729</version>
5+
<version>0.0.0.20250929</version>
66
<authors>Kurt Zimmermann</authors>
77
<description>RegCool is a flexible editor for the Windows registry database.</description>
88
<dependencies>

packages/regcool.vm/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $toolName = 'RegCool'
55
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)
66

77
$zipUrl = 'https://kurtzimmermann.com/files/RegCoolX64.zip'
8-
$zipSha256 = 'a3610184ee13c65834be4e1ea68f6b24278476594c7b25c5c6678d6f47226d8f'
8+
$zipSha256 = 'E3F93417089FB91BF08E306B8B67DF9AC4DA17206F95003063D406F2A999E4D7'
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $false

0 commit comments

Comments
 (0)