Skip to content

Commit

Permalink
[extreme_dumper.vm] Update broken URL
Browse files Browse the repository at this point in the history
Use alternative URL to download ExtremeDumper as the author seems to
have deleted their GitHub account breaking the package.
  • Loading branch information
Ana06 committed Jun 3, 2024
1 parent 165ec34 commit ed8182c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/extreme_dumper.vm/extreme_dumper.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>extreme_dumper.vm</id>
<version>4.0.0.20240411</version>
<version>4.0.0.20240603</version>
<authors>wwh1004</authors>
<description>.NET Assembly Dumper from memory of processes.</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/extreme_dumper.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'ExtremeDumper'
$category = 'dotNet'

$zipUrl = 'https://github.com/wwh1004/ExtremeDumper/releases/latest/download/ExtremeDumper.zip'
$zipUrl = 'https://gitee.com/keyestore/ExtremeDumper/releases/download/v4.0.0.1/ExtremeDumper.zip'
$zipSha256 = 'fbffedf2a9420be03538f04bd80a69e35503f8d8395da76a9ac2518a65e1facc'

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

0 comments on commit ed8182c

Please sign in to comment.