Skip to content

Commit ed1afb3

Browse files
authored
Merge pull request #1269 from Ana06/vb-decompiler-lite.vm
Fix hash in vb-decompiler-lite.vm
2 parents fc3dd65 + 5ead9b6 commit ed1afb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vb-decompiler-lite.vm/tools/chocolateyinstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $toolName = 'VB Decompiler'
55
$category = 'Visual Basic'
66

77
$zipUrl = 'https://www.vb-decompiler.org/files/vb_decompiler_lite.zip'
8-
$zipSha256 = '099760dcae9daa4c83885a3817cf6f17442ce709de0105993bfbb4f17db87e62'
8+
$zipSha256 = 'ec754e61a55c6d4dfe1c5606749334abfbfd9e7a8b5363baf75aec8b5cde9811'
99

1010
$toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName
1111
$executablePath = (Join-Path $toolDir "$toolName.exe")

packages/vb-decompiler-lite.vm/vb-decompiler-lite.vm.nuspec

+1-1
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>vb-decompiler-lite.vm</id>
5-
<version>12.4</version>
5+
<version>12.5</version>
66
<authors>DotFix Software</authors>
77
<description>Visual Basic decompiler</description>
88
<dependencies>

0 commit comments

Comments
 (0)