Skip to content

Commit 2385e87

Browse files
authored
Merge pull request #1475 from d35ha/fix-hash-mismatches
Fix the SHA256 hash mismatches
2 parents 8f43a0e + 8e9dd1a commit 2385e87

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/bstrings.vm/bstrings.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>bstrings.vm</id>
5-
<version>1.5.3.20250219</version>
5+
<version>0.0.0.20250730</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Find them strings yo. Built in regex patterns. Handles locked files</description>
88
<dependencies>

packages/bstrings.vm/tools/chocolateyinstall.ps1

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

77
$zipUrl = 'https://download.mikestammer.com/net6/bstrings.zip'
8-
$zipSha256 = '8de97628d13a76a27873cb9a796b14c58119079b0ddbe599bb0c4f4ee06af691'
8+
$zipSha256 = '6fb35d4e0b57726e5ff8c1641803306049bcfeed1adb0b93d5f59b88b4146a18'
99

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

packages/timeline_explorer.vm/timeline_explorer.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>timeline_explorer.vm</id>
5-
<version>2.0.0.20250219</version>
5+
<version>0.0.0.20250730</version>
66
<authors>Eric Zimmerman</authors>
77
<description>View CSV and Excel files, filter, group, sort, etc. with ease</description>
88
<dependencies>

packages/timeline_explorer.vm/tools/chocolateyinstall.ps1

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

77
$zipUrl = 'https://download.mikestammer.com/net6/TimelineExplorer.zip'
8-
$zipSha256 = '0ca64b7ad955ed9c0eb867d9313fccf6ef34b236aa3122e09fc2517dcf381852'
8+
$zipSha256 = '5d77b1fbf683a1f02a2570b8371b37beb4cdea2231c4f0f5b239509d392ecf66'
99

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

0 commit comments

Comments
 (0)